From: Radek Czajka Date: Mon, 22 Nov 2010 12:06:18 +0000 (+0100) Subject: fix X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/a825d057e83f04f4aeefcbad5768f311f7720315 fix --- diff --git a/redakcja/static/js/button_scripts.js b/redakcja/static/js/button_scripts.js index 949365a4..fb53dd27 100644 --- 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);