diff options
Diffstat (limited to 'core/src/install.js')
-rw-r--r-- | core/src/install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/install.js b/core/src/install.js index 43957acb9be..c89380bed58 100644 --- a/core/src/install.js +++ b/core/src/install.js @@ -10,7 +10,7 @@ import 'jquery-ui/themes/base/button.css' import 'strengthify' import 'strengthify/strengthify.css' -$(document).ready(function() { +window.addEventListener('DOMContentLoaded', function() { const dbtypes = { sqlite: !!$('#hasSQLite').val(), mysql: !!$('#hasMySQL').val(), |