diff options
Diffstat (limited to 'core/src/install.js')
-rw-r--r-- | core/src/install.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/src/install.js b/core/src/install.js index 9892e45f8b6..e8432de42b0 100644 --- a/core/src/install.js +++ b/core/src/install.js @@ -24,16 +24,16 @@ import $ from 'jquery' import { translate as t } from '@nextcloud/l10n' -import { getToken } from './OC/requesttoken' -import getURLParameter from './Util/get-url-parameter' +import { getToken } from './OC/requesttoken.js' +import getURLParameter from './Util/get-url-parameter.js' -import './jquery/showpassword' +import './jquery/showpassword.js' -import 'jquery-ui/ui/widgets/button' +import 'jquery-ui/ui/widgets/button.js' import 'jquery-ui/themes/base/theme.css' import 'jquery-ui/themes/base/button.css' -import './Polyfill/tooltip' +import './Polyfill/tooltip.js' import 'strengthify' import 'strengthify/strengthify.css' |