Removing most of javascript
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 434 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
16
index.html
16
index.html
@@ -22,9 +22,6 @@
|
|||||||
<!-- Tweaks for older IEs-->
|
<!-- Tweaks for older IEs-->
|
||||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<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">
|
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -41,11 +38,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<!-- body -->
|
<!-- body -->
|
||||||
<body class="main-layout">
|
<body class="main-layout">
|
||||||
<!-- loader -->
|
|
||||||
<div class="loader_bg">
|
|
||||||
<div class="loader"><img src="images/loading.gif" alt="#"/></div>
|
|
||||||
</div>
|
|
||||||
<!-- end loader -->
|
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<header class="full_bg" id="header">
|
<header class="full_bg" id="header">
|
||||||
<!-- header inner -->
|
<!-- header inner -->
|
||||||
@@ -257,13 +249,9 @@
|
|||||||
</footer>
|
</footer>
|
||||||
<!-- end footer -->
|
<!-- end footer -->
|
||||||
<!-- Javascript files-->
|
<!-- Javascript files-->
|
||||||
<script src="js/jquery.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
|
||||||
<script src="js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
||||||
<script src="js/jquery-3.0.0.min.js"></script>
|
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-981526582"></script>
|
<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>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
25
js/custom.js
25
js/custom.js
@@ -11,29 +11,8 @@ $(function () {
|
|||||||
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
$('.loader_bg').fadeToggle();
|
$('.loader_bg').fadeToggle();
|
||||||
}, 1500);
|
}, 1500);
|
||||||
|
|
||||||
/* Tooltip
|
|
||||||
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
|
||||||
|
|
||||||
$(document).ready(function(){
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Mouseover
|
|
||||||
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
|
|
||||||
|
|
||||||
$(document).ready(function(){
|
|
||||||
$(".main-menu ul li.megamenu").mouseover(function(){
|
|
||||||
if (!$(this).parent().hasClass("#wrapper")){
|
|
||||||
$("#wrapper").addClass('overlay');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
$(".main-menu ul li.megamenu").mouseleave(function(){
|
|
||||||
$("#wrapper").removeClass('overlay');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user