fix file delete in opera - fixes #188

remotes/origin/stable5
Georg Ehrke 12 years ago
parent 972243d564
commit bb0164c9fc
  1. 3
      apps/files/js/filelist.js

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

Loading…
Cancel
Save