From 6fcd075730dbd63d5dbb69da0ca5983b51a7240e Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Mon, 20 Jul 2020 12:30:35 +0200 Subject: Use DOMContentLoaded and fix sharebymail loading issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/js/public/publicpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/public') 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'); -- cgit v1.2.3