ksvmuralidhar commited on
Commit
bf77e6e
1 Parent(s): d766216

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
-
18
  <script>
19
  $(window).load(function(){
20
  $('.loader').fadeOut();
21
  });
22
  </script>
23
-
24
 
25
  <script>
26
  function filterContent(match_case) {
@@ -192,7 +192,7 @@ function showSearchInfo() {
192
 
193
  </head>
194
  <body>
195
- <div class="loader"></div>
196
  {{body | safe}}
197
 
198
  <a id="top_theme" class="top-float" onclick="window.scrollTo(0, 0);">
 
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) {
 
192
 
193
  </head>
194
  <body>
195
+ <!--<div class="loader"></div>-->
196
  {{body | safe}}
197
 
198
  <a id="top_theme" class="top-float" onclick="window.scrollTo(0, 0);">