fix file delete in opera - fixes #188

This commit is contained in:
Georg Ehrke 2012-11-05 18:42:44 +01:00
parent 972243d564
commit bb0164c9fc

View file

@ -375,4 +375,7 @@ $(document).ready(function(){
FileList.lastAction();
}
});
$(window).unload(function (){
$(window).trigger('beforeunload');
});
});