This commit is contained in:
julmis 2004-05-26 18:26:50 +00:00
parent bc706aeb5f
commit b95cfe0a8e

View file

@ -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;