mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-19 05:47:53 +08:00
Merge pull request #2068 from mlorb/ml-sci-3816
Fix reloading of datatables header [SCI-3816]
This commit is contained in:
commit
2fd9345616
1 changed files with 2 additions and 2 deletions
|
@ -1361,8 +1361,8 @@ var RepositoryDatatable = (function(global) {
|
|||
function redrawTableOnSidebarToggle() {
|
||||
$('#sidebar-arrow').on('click', function() {
|
||||
setTimeout(function() {
|
||||
TABLE.draw();
|
||||
}, 250);
|
||||
adjustTableHeader();
|
||||
}, 400);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue