mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #19331 from nextcloud/bugfix/18890/remove-nested-call-to-beforeunload
Removed nested call to beforeunload
This commit is contained in:
commit
fceb7ae47c
1 changed files with 0 additions and 3 deletions
|
|
@ -3797,8 +3797,5 @@ $(document).ready(function() {
|
|||
OCA.Files.FileList.lastAction();
|
||||
}
|
||||
});
|
||||
$(window).on('unload', function () {
|
||||
$(window).trigger('beforeunload');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue