fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1177b1b
)
No, this isn't needed :-)
author
zuber
<marek@stepniowski.com>
Fri, 28 Aug 2009 10:48:12 +0000
(12:48 +0200)
committer
zuber
<marek@stepniowski.com>
Fri, 28 Aug 2009 10:48:12 +0000
(12:48 +0200)
project/static/js/editor.js
patch
|
blob
|
history
diff --git
a/project/static/js/editor.js
b/project/static/js/editor.js
index
cde0460
..
0888a34
100644
(file)
--- 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 () {