fix file delete in opera - fixes #188

remotes/origin/stable45
Georg Ehrke 14 years ago
parent 8b31081c52
commit 1ffcd33817
  1. 3
      apps/files/js/filelist.js

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

Loading…
Cancel
Save