Browse Source
Removed nested call to beforeunload
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/19331/head
Joas Schilling
6 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
0 additions and
3 deletions
-
apps/files/js/filelist.js
|
|
|
@ -3797,8 +3797,5 @@ $(document).ready(function() { |
|
|
|
OCA.Files.FileList.lastAction(); |
|
|
|
} |
|
|
|
}); |
|
|
|
$(window).on('unload', function () { |
|
|
|
$(window).trigger('beforeunload'); |
|
|
|
}); |
|
|
|
|
|
|
|
}); |