fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for text node -> wlxml
[redakcja.git]
/
redakcja
/
static
/
js
/
button_scripts.js
diff --git
a/redakcja/static/js/button_scripts.js
b/redakcja/static/js/button_scripts.js
index
949365a
..
fb53dd2
100644
(file)
--- a/
redakcja/static/js/button_scripts.js
+++ b/
redakcja/static/js/button_scripts.js
@@
-108,7
+108,6
@@
function ScriptletCenter()
if (cursor_inside) {
move_forward -= params.tag.length + 3;
move_up += params.padding_bottom || 0;
- alert(move_forward + ' ' + move_up)
}
done(output, move_forward, move_up);