Skip to content
Snippets Groups Projects
Commit 986ae693 authored by Carlos Vega's avatar Carlos Vega
Browse files

call to resizeCalendarColumns after rendering the daily planning

parent fb30c875
No related branches found
Tags v0.12.1
1 merge request!183Hotfix/office availability
......@@ -480,7 +480,7 @@ $(document).ready(function () {
window.onresize = function(event) {
resizeCalendarColumns();
};
setTimeout(function() {resizeCalendarColumns()}, 100);
}
});
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment