From 3ce12fba9b9f97a83355b23751be24d20ed1cca3 Mon Sep 17 00:00:00 2001 From: jfh Date: Fri, 18 Sep 2020 19:30:31 +0200 Subject: [PATCH] move jquery import from index.html to index.js --- src/editor/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/editor/index.js b/src/editor/index.js index 0ee05b77..b46e7b70 100644 --- a/src/editor/index.js +++ b/src/editor/index.js @@ -4,6 +4,8 @@ For default config and extensions (and available options) available to `setConfig()`, see the file `docs/tutorials/ConfigOptions.md` */ +import './jquery.min.js'; +import './jquery-ui/jquery-ui-1.8.17.custom.min.js'; import svgEditor from './svgedit.js'; // URL OVERRIDE CONFIG