Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/public/publicpage.js')
-rw-r--r--core/js/public/publicpage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/public/publicpage.js b/core/js/public/publicpage.js
index 4fb9c67bfee..f74cba669ed 100644
--- a/core/js/public/publicpage.js
+++ b/core/js/public/publicpage.js
@@ -20,7 +20,7 @@
*
*/
-$(document).ready(function () {
+window.addEventListener('DOMContentLoaded', function () {
$('#body-public').find('.header-right .menutoggle').click(function() {
$(this).next('.popovermenu').toggleClass('open');