From a825d057e83f04f4aeefcbad5768f311f7720315 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 22 Nov 2010 13:06:18 +0100 Subject: [PATCH] fix --- redakcja/static/js/button_scripts.js | 1 - 1 file changed, 1 deletion(-) 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); -- 2.20.1