fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23f2eb
)
FIX: Zmiany wykonane w edytorze XML były ignorowane.
author
zuber
<marek@stepniowski.com>
Mon, 25 Jan 2010 22:26:43 +0000
(23:26 +0100)
committer
zuber
<marek@stepniowski.com>
Mon, 25 Jan 2010 22:26:43 +0000
(23:26 +0100)
platforma/static/js/main.js
patch
|
blob
|
history
diff --git
a/platforma/static/js/main.js
b/platforma/static/js/main.js
index
2c20b9c
..
edd82e3
100644
(file)
--- a/
platforma/static/js/main.js
+++ b/
platforma/static/js/main.js
@@
-678,7
+678,7
@@
$(function() {
})
}
- if (
'#simple-view-tab.active'
) {
+ if (
$('#simple-view-tab').hasClass('active')
) {
reverseTransform(editor, doSave);
} else {
doSave();