From: zuber Date: Fri, 28 Aug 2009 10:48:12 +0000 (+0200) Subject: No, this isn't needed :-) X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/56485365184501ef01ffbd6451f804b0f622d639?ds=sidebyside;hp=--cc No, this isn't needed :-) --- 56485365184501ef01ffbd6451f804b0f622d639 diff --git a/project/static/js/editor.js b/project/static/js/editor.js index cde04604..0888a340 100644 --- a/project/static/js/editor.js +++ b/project/static/js/editor.js @@ -76,8 +76,7 @@ Panel.prototype.otherPanelChanged = function(other) { } Panel.prototype.markChanged = function () { - if(!this.wrap.hasClass('changed') ) // TODO: is this needed ? - this.wrap.addClass('changed'); + this.wrap.addClass('changed'); } Panel.prototype.changed = function () {