diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/website/templates/header.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index 6a6152c..1dbe8e2 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -22,17 +22,6 @@ <link rel="stylesheet" href="{% static 'website/bootstrap-css/bower_components/ionicons/css/ionicons.min.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/main.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/custom.css' %}"> - <script type="text/javascript"> -// Wait for window load -jQuery(document).ready(function($){ - $(window).load(function() { - // Animate loader off screen - $(".se-pre-con").fadeOut("slow"); - }); - - }); - -</script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-82999923-8"></script> <script> |