mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +08:00
Fix markup
This commit is contained in:
parent
4aa0a79c02
commit
3c9bed4b56
1 changed files with 3 additions and 3 deletions
|
@ -604,9 +604,9 @@ var RepositoryDatatable = (function(global) {
|
|||
bindExportActions();
|
||||
$(window).resize(() => {
|
||||
setTimeout(() => {
|
||||
adjustTableHeader()
|
||||
}, 500)
|
||||
})
|
||||
adjustTableHeader();
|
||||
}, 500);
|
||||
});
|
||||
|
||||
return TABLE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue