- Remove console.logs

- Add portuguese support.
This commit is contained in:
Paulo Gustavo Veiga
2012-08-24 00:56:27 -03:00
parent 29b4503135
commit 9354d6ae64
3 changed files with 985 additions and 3 deletions

View File

@@ -91,8 +91,6 @@ mindplot.widget.ColorPalettePanel = new Class({
if (modelValue != null && modelValue[0] == 'r') {
modelValue = modelValue.rgbToHex();
}
console.log("modelValue:" + modelValue);
console.log("color:" + color);
if (modelValue != null && modelValue.toUpperCase() == color.toUpperCase()) {
elem.parentNode.className = 'palette-cell palette-cell-selected';