- new design
- with normalize.css and skeleton.css
This commit is contained in:
parent
084a1a2b8c
commit
720aa57810
49 changed files with 2567 additions and 357 deletions
6
resources/assets/js/jquery-global.js
vendored
Normal file
6
resources/assets/js/jquery-global.js
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
//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;
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue