diff options
Diffstat (limited to 'core/js/update.js')
-rw-r--r-- | core/js/update.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/update.js b/core/js/update.js index 842f85c2f18..c5f8b09d682 100644 --- a/core/js/update.js +++ b/core/js/update.js @@ -145,7 +145,7 @@ })(); -$(document).ready(function() { +window.addEventListener('DOMContentLoaded', function() { $('.updateButton').on('click', function() { var $updateEl = $('.update'); var $progressEl = $('.update-progress'); |