mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 18:52:07 +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() {
|
||||
animateSpinner(this, false);
|
||||
},
|
||||
preDrawCallback: function() {
|
||||
animateSpinner(this);
|
||||
},
|
||||
stateSaveCallback: function(settings, data) {
|
||||
// Set a cookie with the table state using the team id
|
||||
localStorage.setItem(
|
||||
|
|
Loading…
Reference in a new issue