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/backgroundjobs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/backgroundjobs.js') diff --git a/core/js/backgroundjobs.js b/core/js/backgroundjobs.js index 499d8e88073..f5061357f5c 100644 --- a/core/js/backgroundjobs.js +++ b/core/js/backgroundjobs.js @@ -20,7 +20,7 @@ */ // start worker once page has loaded -$(document).ready(function(){ +window.addEventListener('DOMContentLoaded', function(){ $.get( OC.getRootPath()+'/cron.php' ); $('.section .icon-info').tooltip({ -- cgit v1.2.3