diff options
Diffstat (limited to 'core/src/jquery/index.js')
-rw-r--r-- | core/src/jquery/index.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/core/src/jquery/index.js b/core/src/jquery/index.js index 305b038ce37..c0716890cb3 100644 --- a/core/src/jquery/index.js +++ b/core/src/jquery/index.js @@ -24,17 +24,17 @@ import $ from 'jquery' -import './avatar' -import './contactsmenu' -import './exists' -import './filterattr' -import './ocdialog' -import './octemplate' -import './placeholder' -import './requesttoken' -import './selectrange' -import './showpassword' -import './ui-fixes' +import './avatar.js' +import './contactsmenu.js' +import './exists.js' +import './filterattr.js' +import './ocdialog.js' +import './octemplate.js' +import './placeholder.js' +import './requesttoken.js' +import './selectrange.js' +import './showpassword.js' +import './ui-fixes.js' import './css/jquery-ui-fixes.scss' import './css/jquery.ocdialog.scss' |