Removed nested call to beforeunload
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
d2d7e37b7b
commit
034fefa7b7
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