|
@@ -16,8 +16,11 @@ import 'bootstrap-star-rating/themes/krajee-fa/theme.css';
|
|
|
import './js/suivifilms2';
|
|
|
import './js/addCollectionWidget';
|
|
|
import './js/filtre';
|
|
|
-import './js/switchView';
|
|
|
+//import './js/switchView';
|
|
|
import './js/colorModeBootstrap'
|
|
|
+import { switchView } from './js/switchViewVanilla';
|
|
|
+
|
|
|
+const sv = switchView("#switchview");
|
|
|
|
|
|
jQuery(function() {
|
|
|
$('.add-another-collection-widget').addCollection();
|
|
@@ -26,5 +29,5 @@ jQuery(function() {
|
|
|
|
|
|
$('[data-toggle="star-filter"]').filtreParNote();
|
|
|
|
|
|
- $('#switchview').switchView();
|
|
|
+ //$('#switchview').switchView();
|
|
|
})
|