fix bug javascript
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
/*===================================================================================*/
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user