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/search/js/searchprovider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/search/js') diff --git a/core/search/js/searchprovider.js b/core/search/js/searchprovider.js index efd44d2784a..cc9687d7233 100644 --- a/core/search/js/searchprovider.js +++ b/core/search/js/searchprovider.js @@ -410,7 +410,7 @@ OCA.Search.Core = Search; })(); -$(document).ready(function() { +window.addEventListener('DOMContentLoaded', function() { var $searchResults = $('#searchresults'); var $searchBox = $('#searchbox'); if ($searchResults.length > 0 && $searchBox.length > 0) { -- cgit v1.2.3