mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-27 01:05:21 +08:00
Remove colors for formulas
This commit is contained in:
parent
77743fd489
commit
1536bed1e9
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue