tethys/resources/assets/js/jquery-global.js
Arno Kaimbacher 720aa57810 - new design
- with normalize.css and skeleton.css
2020-06-10 21:09:22 +02:00

6 lines
181 B
JavaScript

//https://stackoverflow.com/questions/35358625/jquery-is-not-defined-when-use-es6-import
// jquery-global.js
import jquery from 'jquery';
window.jQuery = jquery;
window.$ = jquery;