From e715594ae07bc8c3f4ec5d58b7140d7ef9d2046a Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Tue, 5 Oct 2010 20:20:20 +0000 Subject: [PATCH] Removed alert from last checkin (sorry) git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1778 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 8147944d..b990d2c1 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -474,7 +474,7 @@ tool_scale = 1, zoomInIcon = 'crosshair', zoomOutIcon = 'crosshair', - ui_context = 'toolbars'; alert(isWebkit); + ui_context = 'toolbars'; // This sets up alternative dialog boxes. They mostly work the same way as // their UI counterparts, expect instead of returning the result, a callback