Merge pull request #2159 from mlorb/ml-sci-3816-v2

Fix reloading of datatables header again [SCI-3816]
This commit is contained in:
Alex Kriuchykhin 2019-10-29 10:33:04 +01:00 committed by GitHub
commit ba3a5e5460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1346,8 +1346,8 @@ var RepositoryDatatable = (function(global) {
function redrawTableOnSidebarToggle() {
$('#sidebar-arrow').on('click', function() {
setTimeout(function() {
TABLE.draw();
}, 250);
adjustTableHeader();
}, 400);
});
}