fix file delete in opera - fixes #188
This commit is contained in:
parent
972243d564
commit
bb0164c9fc
1 changed files with 3 additions and 0 deletions
|
@ -375,4 +375,7 @@ $(document).ready(function(){
|
|||
FileList.lastAction();
|
||||
}
|
||||
});
|
||||
$(window).unload(function (){
|
||||
$(window).trigger('beforeunload');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue