on ajaxcomplete resize bar

This commit is contained in:
wgroeneveld 2020-04-13 15:57:59 +02:00
parent 4e2ddbe923
commit ec472ec0f8
1 changed files with 2 additions and 4 deletions

View File

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