Browse Source

Removed nested call to beforeunload

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/19331/head
Joas Schilling 6 years ago
parent
commit
034fefa7b7
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 3
      apps/files/js/filelist.js

3
apps/files/js/filelist.js

@ -3797,8 +3797,5 @@ $(document).ready(function() {
OCA.Files.FileList.lastAction();
}
});
$(window).on('unload', function () {
$(window).trigger('beforeunload');
});
});
Loading…
Cancel
Save