From 56485365184501ef01ffbd6451f804b0f622d639 Mon Sep 17 00:00:00 2001 From: zuber Date: Fri, 28 Aug 2009 12:48:12 +0200 Subject: [PATCH] No, this isn't needed :-) --- project/static/js/editor.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 () { -- 2.20.1