From: julmis Date: Tue, 17 Aug 2004 19:37:01 +0000 (+0000) Subject: Removed duplicate link_std line from switch block ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e78e3d90b8fdfadd6baf7c6fac8aa17270173148;p=moodle.git Removed duplicate link_std line from switch block ;-) --- diff --git a/lib/editor/dialog.js b/lib/editor/dialog.js index 33f86013cf..a43e644daa 100644 --- a/lib/editor/dialog.js +++ b/lib/editor/dialog.js @@ -31,7 +31,6 @@ Dialog._geckoOpenModal = function(url, action, init) { var x,y; switch(file) { case "insert_image": x = 730; y = 540; break; - case "link_std": x = 400; y = 180; break; case "dlg_ins_smile": x = 330; y = 300; break; case "dlg_ins_char": x = 480; y = 270; break; case "select_color": x = 238; y = 188; break;