1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 05:54:03 +01:00

Bugfix ridimensionamento datatables

This commit is contained in:
Matteo 2018-11-08 16:46:26 +01:00
parent d0d5b4a5e2
commit 34f29b6ad8

View File

@ -49,4 +49,11 @@ $(document).ready(function () {
scrollTop: 0
}, 500);
});
$(".sidebar-toggle").click(function(){
setTimeout(function(){
window.dispatchEvent(new Event('resize'));
}, 350);
});
});