fix bug javascript
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import 'jquery';
|
import 'jquery';
|
||||||
import 'bootstrap';
|
import 'bootstrap';
|
||||||
import 'bootstrap-dropdown-hover';
|
import 'bootstrap-dropdown-hover';
|
||||||
import { WOW } from 'wow.js';
|
//import { WOW } from 'wow.js';
|
||||||
import { echo } from 'echo-js';
|
//import { echo } from 'echo-js';
|
||||||
import 'jquery.rateit';
|
//import 'jquery.rateit';
|
||||||
import 'jquery.easing';
|
import 'jquery.easing';
|
||||||
import '../../../public/assets/js/owl.carousel.min.js';
|
import '../../../public/assets/js/owl.carousel.min.js';
|
||||||
|
|
||||||
@@ -256,17 +256,17 @@ $(window).on('load', function(){
|
|||||||
/* LAZY LOAD IMAGES USING ECHO
|
/* LAZY LOAD IMAGES USING ECHO
|
||||||
/*===================================================================================*/
|
/*===================================================================================*/
|
||||||
|
|
||||||
echo.init({
|
//echo.init({
|
||||||
offset: 100,
|
// offset: 100,
|
||||||
throttle: 250,
|
// throttle: 250,
|
||||||
unload: false
|
// unload: false
|
||||||
});
|
//});
|
||||||
|
|
||||||
|
|
||||||
/*===================================================================================*/
|
/*===================================================================================*/
|
||||||
/* RATING
|
/* 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
|
||||||
/*===================================================================================*/
|
/*===================================================================================*/
|
||||||
|
|
||||||
WOW.init();
|
//WOW.init();
|
||||||
|
|
||||||
|
|
||||||
/*===================================================================================*/
|
/*===================================================================================*/
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
@import 'custom';
|
@import 'frontend/rateit.scss';
|
||||||
|
|
||||||
@import '../../public/assets/css/bootstrap.min.css';
|
@import '../../public/assets/css/bootstrap.min.css';
|
||||||
|
|
||||||
@import 'frontend/main.scss';
|
@import 'frontend/main.scss';
|
||||||
@import 'frontend/blue.scss';
|
@import 'frontend/blue.scss';
|
||||||
@import 'frontend/rateit.scss';
|
|
||||||
|
|
||||||
|
|
||||||
@import '../../node_modules/animate.css/animate.css';
|
@import '../../node_modules/animate.css/animate.css';
|
||||||
|
|||||||
Reference in New Issue
Block a user