|
@@ -1,6 +1,3 @@
|
|
-import $ from 'jquery';
|
|
|
|
-global.$ = $;
|
|
|
|
-
|
|
|
|
import './styles/app.scss';
|
|
import './styles/app.scss';
|
|
import 'bootstrap';
|
|
import 'bootstrap';
|
|
import './bootstrap';
|
|
import './bootstrap';
|
|
@@ -19,7 +16,3 @@ import './js/addCollectionVanilla'
|
|
|
|
|
|
const sv = switchView("#switchview");
|
|
const sv = switchView("#switchview");
|
|
const se = switchEtat ('[data-fonction="switch"]');
|
|
const se = switchEtat ('[data-fonction="switch"]');
|
|
-
|
|
|
|
-jQuery(function() {
|
|
|
|
- //$('[data-toggle="star-filter"]').filtreParNote();
|
|
|
|
-})
|
|
|