Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -14,13 +14,13 @@
|
|
14 |
<link rel="stylesheet" href="static/styles.css">
|
15 |
<a id="top-loc"></a>
|
16 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
17 |
-
|
|
|
18 |
$(window).load(function(){
|
19 |
$('.loader').fadeOut();
|
20 |
});
|
21 |
</script>
|
22 |
-
|
23 |
-
|
24 |
|
25 |
<script>
|
26 |
function filterContent(match_case) {
|
|
|
14 |
<link rel="stylesheet" href="static/styles.css">
|
15 |
<a id="top-loc"></a>
|
16 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
|
17 |
+
<!--
|
18 |
+
<script>
|
19 |
$(window).load(function(){
|
20 |
$('.loader').fadeOut();
|
21 |
});
|
22 |
</script>
|
23 |
+
-->
|
|
|
24 |
|
25 |
<script>
|
26 |
function filterContent(match_case) {
|