Merge pull request #261 from owncloud/fix_opera_file_delete

fix file delete in opera - fixes #188
This commit is contained in:
Georg Ehrke 2012-11-08 08:55:19 -08:00
commit 84084b9430
1 changed files with 3 additions and 0 deletions

View File

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