From b14ccb1b036b8321dc50adc9dd9d7983e1478798 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Fri, 15 Feb 2019 14:15:03 +0100 Subject: [PATCH] Remove owl carousel function --- js/scripts.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/js/scripts.js b/js/scripts.js index a012d26..8cbe33a 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -91,18 +91,6 @@ jQuery(document).ready(function($) { } responsiveVideo(); - -/* Owl Carousel -/* ------------------------------------ */ - $("#owl-featured").owlCarousel({ - navigation : true, - items : 5, - itemsDesktop : [1024,2], - itemsDesktopSmall : [980,2], - itemsTablet: [768,3], - itemsTabletSmall: [568,2], - itemsMobile : [479,1], - }); /* Header Sticky /* ------------------------------------ */