Remove colors for formulas

This commit is contained in:
Jure Grabnar 2016-09-05 16:59:42 +02:00
parent 77743fd489
commit 1536bed1e9

View file

@ -103,14 +103,6 @@
value = error;
}
}
// change background color
if (instance.plugin.utils.isSet(error)) {
Handsontable.Dom.addClass(TD, 'formula-error');
} else if (instance.plugin.utils.isSet(result)) {
Handsontable.Dom.removeClass(TD, 'formula-error');
Handsontable.Dom.addClass(TD, 'formula');
}
}
// apply changes
@ -423,4 +415,4 @@
htFormula.init.call(this, 'afterUpdateSettings')
});
})(Handsontable);
})(Handsontable);