on ajaxcomplete resize bar

This commit is contained in:
wgroeneveld 2020-04-13 15:55:21 +02:00
parent 1868391329
commit 4e2ddbe923
1 changed files with 4 additions and 1 deletions

View File

@ -75,6 +75,9 @@ $(function() {
disableResponsiveImagesForInlineLis();
resizeSidebar();
$(document).bind("ajaxComplete", resizeSidebar);
$(document).bind("ajaxComplete", function() {
// this sucks... But commento is still editing HTML.
setTimeout(resizeSidebar, 1000);
});
});