diff options
Diffstat (limited to 'core/src/jquery/ocdialog.js')
-rw-r--r-- | core/src/jquery/ocdialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/ocdialog.js b/core/src/jquery/ocdialog.js index 9ba54d868c3..63b8082da06 100644 --- a/core/src/jquery/ocdialog.js +++ b/core/src/jquery/ocdialog.js @@ -24,7 +24,7 @@ */ import $ from 'jquery' -import { isA11yActivation } from '../Util/a11y' +import { isA11yActivation } from '../Util/a11y.js' $.widget('oc.ocdialog', { options: { |