move jquery import from index.html to index.js
parent
ab99a2804c
commit
3ce12fba9b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue