move jquery import from index.html to index.js

master
jfh 2020-09-18 19:30:31 +02:00
parent ab99a2804c
commit 3ce12fba9b
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ For default config and extensions (and available options) available to
`setConfig()`, see the file `docs/tutorials/ConfigOptions.md` `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'; import svgEditor from './svgedit.js';
// URL OVERRIDE CONFIG // URL OVERRIDE CONFIG