fix bug javascript

This commit is contained in:
astro2
2026-04-27 16:33:12 +02:00
parent 36df2afd9f
commit 850d85bc92
2 changed files with 287 additions and 287 deletions

View File

@@ -1,9 +1,9 @@
import 'jquery';
import 'bootstrap';
import 'bootstrap-dropdown-hover';
import { WOW } from 'wow.js';
import { echo } from 'echo-js';
import 'jquery.rateit';
//import { WOW } from 'wow.js';
//import { echo } from 'echo-js';
//import 'jquery.rateit';
import 'jquery.easing';
import '../../../public/assets/js/owl.carousel.min.js';
@@ -256,17 +256,17 @@ $(window).on('load', function(){
/* LAZY LOAD IMAGES USING ECHO
/*===================================================================================*/
echo.init({
offset: 100,
throttle: 250,
unload: false
});
//echo.init({
// offset: 100,
// throttle: 250,
// unload: false
//});
/*===================================================================================*/
/* RATING
/*===================================================================================*/
jQuery('.rating').rateit({max: 5, step: 1, value : 4, resetable : false , readonly : true});
//jQuery('.rating').rateit({ max: 5, step: 1, value: 4, resetable: false, readonly: true });
@@ -274,7 +274,7 @@ $(window).on('load', function(){
/* WOW
/*===================================================================================*/
WOW.init();
//WOW.init();
/*===================================================================================*/

View File

@@ -1,10 +1,10 @@
@import 'custom';
@import 'frontend/rateit.scss';
@import '../../public/assets/css/bootstrap.min.css';
@import 'frontend/main.scss';
@import 'frontend/blue.scss';
@import 'frontend/rateit.scss';
@import '../../node_modules/animate.css/animate.css';