fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5489720
)
Fix theme editing.
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 7 Sep 2021 07:37:12 +0000
(09:37 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 7 Sep 2021 07:37:12 +0000
(09:37 +0200)
src/redakcja/static/js/wiki/view_editor_wysiwyg.js
patch
|
blob
|
history
diff --git
a/src/redakcja/static/js/wiki/view_editor_wysiwyg.js
b/src/redakcja/static/js/wiki/view_editor_wysiwyg.js
index
4554bbe
..
5492589
100644
(file)
--- a/
src/redakcja/static/js/wiki/view_editor_wysiwyg.js
+++ b/
src/redakcja/static/js/wiki/view_editor_wysiwyg.js
@@
-237,7
+237,7
@@
spoint.insertNode(btag[0])
btag.replaceWith(text);
selection.removeAllRanges();
- openForEdit($('
.motyw
[theme-class="' + id + '"]'));
+ openForEdit($('
[x-node="motyw"]
[theme-class="' + id + '"]'));
}
});
}