fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for numbering
[redakcja.git]
/
src
/
redakcja
/
static
/
js
/
wiki
/
view_editor_wysiwyg.js
diff --git
a/src/redakcja/static/js/wiki/view_editor_wysiwyg.js
b/src/redakcja/static/js/wiki/view_editor_wysiwyg.js
index
2e1c28d
..
4a3cd6b
100644
(file)
--- a/
src/redakcja/static/js/wiki/view_editor_wysiwyg.js
+++ b/
src/redakcja/static/js/wiki/view_editor_wysiwyg.js
@@
-951,6
+951,7
@@
let $e = $(e);
if ($e.closest('[x-node="abstrakt"]').length) return;
if ($e.closest('[x-node="nota_red"]').length) return;
let $e = $(e);
if ($e.closest('[x-node="abstrakt"]').length) return;
if ($e.closest('[x-node="nota_red"]').length) return;
+ if ($e.closest('[x-annotation-box="true"]').length) return;
let node = $e.attr('x-node');
if (node == 'numeracja') {
number = 0;
let node = $e.attr('x-node');
if (node == 'numeracja') {
number = 0;