mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 12:56:27 +08:00
CSS: flickering issues on Protocol templates [SCI-8102]
This commit is contained in:
parent
e1cf9775fd
commit
890b113de5
1 changed files with 0 additions and 3 deletions
|
@ -240,9 +240,6 @@ var ProtocolsIndex = (function() {
|
||||||
fnDrawCallback: function() {
|
fnDrawCallback: function() {
|
||||||
animateSpinner(this, false);
|
animateSpinner(this, false);
|
||||||
},
|
},
|
||||||
preDrawCallback: function() {
|
|
||||||
animateSpinner(this);
|
|
||||||
},
|
|
||||||
stateSaveCallback: function(settings, data) {
|
stateSaveCallback: function(settings, data) {
|
||||||
// Set a cookie with the table state using the team id
|
// Set a cookie with the table state using the team id
|
||||||
localStorage.setItem(
|
localStorage.setItem(
|
||||||
|
|
Loading…
Add table
Reference in a new issue