X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d8e0011bca1bdc8bcfd10ce75a33372bfad0941d..e4722e5fe52bb4682bee8878bc24dcaaf557b591:/project/static/js/jquery.hpanel.js?ds=inline diff --git a/project/static/js/jquery.hpanel.js b/project/static/js/jquery.hpanel.js index a3e80ece..abb7a5bc 100644 --- a/project/static/js/jquery.hpanel.js +++ b/project/static/js/jquery.hpanel.js @@ -35,8 +35,8 @@ $(this).data('panel').css({ 'left': $(this).css('left'), 'width': $(this).css('width')}); }); - $('.panel-overlay', event.data.root).css('display', 'none'); + $(event.data.root).trigger('stopResize'); } };