mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-19 14:01:03 +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() {
|
function redrawTableOnSidebarToggle() {
|
||||||
$('#sidebar-arrow').on('click', function() {
|
$('#sidebar-arrow').on('click', function() {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
TABLE.draw();
|
adjustTableHeader();
|
||||||
}, 250);
|
}, 400);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue