mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Bug fix #1465
This commit is contained in:
parent
bc706aeb5f
commit
b95cfe0a8e
1 changed files with 898 additions and 898 deletions
|
@ -819,7 +819,7 @@ TableOperations.createColorButton = function(doc, editor, color, name) {
|
|||
if (this.parentNode.disabled) {
|
||||
return false;
|
||||
}
|
||||
editor._popupDialog("select_color.html", function(color) {
|
||||
editor._popupDialog("select_color.php", function(color) {
|
||||
if (color) {
|
||||
span.style.backgroundColor = "#" + color;
|
||||
field.value = "#" + color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue