Kaynağa Gözat

Suppression de la globale jquery

Sangfroid 8 ay önce
ebeveyn
işleme
bb796607c3
1 değiştirilmiş dosya ile 0 ekleme ve 7 silme
  1. 0 7
      assets/app.js

+ 0 - 7
assets/app.js

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