mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Removed duplicate link_std line from switch block ;-)
This commit is contained in:
parent
6e929d352e
commit
e78e3d90b8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user