]> git.mjollnir.org Git - moodle.git/commitdiff
Removed duplicate link_std line from switch block ;-)
authorjulmis <julmis>
Tue, 17 Aug 2004 19:37:01 +0000 (19:37 +0000)
committerjulmis <julmis>
Tue, 17 Aug 2004 19:37:01 +0000 (19:37 +0000)
lib/editor/dialog.js

index 33f86013cfb1c26556116960cb396671da495c52..a43e644daa07a021384945c558e4e1adf2aa7fd1 100644 (file)
@@ -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;