fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #2199
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
view_editor_wysiwyg.js
diff --git
a/redakcja/static/js/wiki/view_editor_wysiwyg.js
b/redakcja/static/js/wiki/view_editor_wysiwyg.js
index
3ccaea7
..
ac6724a
100644
(file)
--- a/
redakcja/static/js/wiki/view_editor_wysiwyg.js
+++ b/
redakcja/static/js/wiki/view_editor_wysiwyg.js
@@
-307,7
+307,6
@@
}
}
}
}
- $(specialCharsContainer).remove();
});
$('#specialCharsClose').click(function(){
$(specialCharsContainer).remove();
});
$('#specialCharsClose').click(function(){
$(specialCharsContainer).remove();
@@
-516,7
+515,7
@@
});
$(document).bind('click.blur-overlay', function(event){
});
$(document).bind('click.blur-overlay', function(event){
- if ($(event.target).
parents('.html-editarea
').length > 0) {
+ if ($(event.target).
closest('.html-editarea, #specialCharsContainer
').length > 0) {
return;
}
save();
return;
}
save();