rabin 3 years ago
parent
commit
0d3c3b4424
1 changed files with 0 additions and 18 deletions
  1. 0 18
      main/assets/default/index.html

+ 0 - 18
main/assets/default/index.html

@@ -610,23 +610,5 @@
 		}); 
 	</script>
 	
-<!-- here starts scrolling icon -->
-		<script type="text/javascript">
-			$(document).ready(function() {
-				/*
-					var defaults = {
-					containerID: 'toTop', // fading element id
-					containerHoverID: 'toTopHover', // fading element hover id
-					scrollSpeed: 1200,
-					easingType: 'linear' 
-					};
-				*/
-										
-				$().UItoTop({ easingType: 'easeOutQuart' });
-									
-				});
-		</script>
-
-	<!-- //here ends scrolling icon -->
   </body>
  </html>