Skip to content
Snippets Groups Projects
Commit 84084b94 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

Merge pull request #261 from owncloud/fix_opera_file_delete

fix file delete in opera - fixes #188
parents 2d523656 bb0164c9
No related branches found
No related tags found
No related merge requests found
...@@ -375,4 +375,7 @@ $(document).ready(function(){ ...@@ -375,4 +375,7 @@ $(document).ready(function(){
FileList.lastAction(); FileList.lastAction();
} }
}); });
$(window).unload(function (){
$(window).trigger('beforeunload');
});
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment