mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
fix file delete in opera - fixes #188
This commit is contained in:
parent
8b31081c52
commit
1ffcd33817
1 changed files with 3 additions and 0 deletions
|
|
@ -373,4 +373,7 @@ $(document).ready(function(){
|
|||
FileList.lastAction();
|
||||
}
|
||||
});
|
||||
$(window).unload(function (){
|
||||
$(window).trigger('beforeunload');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue