diff options
Diffstat (limited to 'core/src/jquery/index.js')
-rw-r--r-- | core/src/jquery/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/jquery/index.js b/core/src/jquery/index.js index d131ae5245a..c0145cb948f 100644 --- a/core/src/jquery/index.js +++ b/core/src/jquery/index.js @@ -48,8 +48,8 @@ import './css/jquery.ocdialog.scss' */ $.ajaxSetup({ contents: { - script: false - } + script: false, + }, }) /** |