diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-06-20 00:34:43 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-06-28 17:28:10 +0200 |
commit | 4d6a21a3795355a4e94d60dcc468db81fdc4a47e (patch) | |
tree | b7aaade242066a8527732b9f1fa9627f20fb89fa /core/js/public | |
parent | 8ec53608b0b1f6fad1569933bc05b723bd2bd2fc (diff) | |
download | nextcloud-server-4d6a21a3795355a4e94d60dcc468db81fdc4a47e.tar.gz nextcloud-server-4d6a21a3795355a4e94d60dcc468db81fdc4a47e.zip |
refactor(core): Make AJAX cron script work without jQuery
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'core/js/public')
-rw-r--r-- | core/js/public/publicpage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/public/publicpage.js b/core/js/public/publicpage.js index af473045413..340fb56d9f1 100644 --- a/core/js/public/publicpage.js +++ b/core/js/public/publicpage.js @@ -14,7 +14,6 @@ window.addEventListener('DOMContentLoaded', function () { $('#remote_address').focus(); }); - $(document).mouseup(function(e) { var toggle = $('#body-public').find('.header-right .menutoggle'); var container = toggle.next('.popovermenu'); |