|
@@ -341,28 +341,28 @@
|
|
|
$('body').removeClass('on-menu');
|
|
|
return false;
|
|
|
});
|
|
|
- $('.carousel').swipe({
|
|
|
- threshold: 25,
|
|
|
- allowPageScroll: 'vertical',
|
|
|
- swipe: function(event, direction, distance, duration, fingerCount, fingerData) {
|
|
|
- console.log(direction);
|
|
|
- if(direction == 'left') {
|
|
|
- $(this).carousel('next');
|
|
|
- } else {
|
|
|
- $(this).carousel('prev');
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
- if(browser == 'ie6' || browser == 'ie7' || browser == 'ie8' || browser == 'ie9') {
|
|
|
-
|
|
|
- } else {
|
|
|
- new WOW({
|
|
|
- callback: function(box) {
|
|
|
-
|
|
|
- }
|
|
|
- }).init();
|
|
|
- }
|
|
|
+// $('.carousel').swipe({
|
|
|
+// threshold: 25,
|
|
|
+// allowPageScroll: 'vertical',
|
|
|
+// swipe: function(event, direction, distance, duration, fingerCount, fingerData) {
|
|
|
+// console.log(direction);
|
|
|
+// if(direction == 'left') {
|
|
|
+// $(this).carousel('next');
|
|
|
+// } else {
|
|
|
+// $(this).carousel('prev');
|
|
|
+// }
|
|
|
+// }
|
|
|
+// });
|
|
|
+
|
|
|
+// if(browser == 'ie6' || browser == 'ie7' || browser == 'ie8' || browser == 'ie9') {
|
|
|
+//
|
|
|
+// } else {
|
|
|
+// new WOW({
|
|
|
+// callback: function(box) {
|
|
|
+//
|
|
|
+// }
|
|
|
+// }).init();
|
|
|
+// }
|
|
|
|
|
|
$('#carousel-homebanner').on('slid.bs.carousel', function() {
|
|
|
var ind = $('#carousel-homebanner .item').index($('#carousel-homebanner .item.active'));
|