fix file delete in opera - fixes #188

This commit is contained in:
Georg Ehrke 2012-11-05 18:42:44 +01:00
parent 8b31081c52
commit 1ffcd33817

View file

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