From 3a211aa9d249e67425735f492407edbc2fd58a2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Fri, 28 Aug 2009 12:01:01 +0200 Subject: [PATCH] Poprawiony ostatni panel ("prawy"). --- project/static/js/editor.js | 2 -- project/templates/explorer/editor.html | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) 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'); diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 2d63419f..7be73b34 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -19,10 +19,10 @@ {% block maincontent %}
{% for n in panel_list %} -
+
- - -- 2.20.1