Removed duplicate link_std line from switch block ;-)

This commit is contained in:
julmis 2004-08-17 19:37:01 +00:00
parent 6e929d352e
commit e78e3d90b8

View 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;