ksvmuralidhar commited on
Commit
551faca
·
verified ·
1 Parent(s): 8ec3ca2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- <script>
 
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) {