Don't open file browser on IE (#1486841)

release-0.6
thomascube 14 years ago
parent c7f7ce889d
commit 9a4fd756a9

@ -93,7 +93,7 @@ uploadmenu: function(show)
this.show_popupmenu('uploadmenu', show);
if (this.popups.uploadmenu.obj.is(':visible'))
if (!document.all && this.popups.uploadmenu.obj.is(':visible'))
$('#attachment-form input[type=file]').click();
},

Loading…
Cancel
Save