X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0602376974810e6709409a69b010c5a68b5c3040..3a211aa9d249e67425735f492407edbc2fd58a2f:/project/static/js/editor.js diff --git a/project/static/js/editor.js b/project/static/js/editor.js index eb87f431..f238e18b 100644 --- a/project/static/js/editor.js +++ b/project/static/js/editor.js @@ -113,8 +113,6 @@ Editor.prototype.setupUI = function() { // set up the UI visually and attach callbacks var self = this; - $('*.panel-wrap:last', this.rootDiv).addClass('last-panel'); - self.rootDiv.makeHorizPanel({}); // TODO: this probably doesn't belong into jQuery self.rootDiv.css('top', ($('#header').outerHeight() ) + 'px');