diff options
author | prashantsinalkar | 2018-10-18 17:02:23 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-10-18 17:02:23 +0530 |
commit | a8041ddd8ce51b3f0e0b27c6d3b948c9fb4eab35 (patch) | |
tree | 47fab233d4a0c92f976f19b2309c599416ab9890 /static/website/templates/header.html | |
parent | 4cc8dfebacb46ec708fcf52eba01c4ab6e35eb76 (diff) | |
download | nccps-2018-a8041ddd8ce51b3f0e0b27c6d3b948c9fb4eab35.tar.gz nccps-2018-a8041ddd8ce51b3f0e0b27c6d3b948c9fb4eab35.tar.bz2 nccps-2018-a8041ddd8ce51b3f0e0b27c6d3b948c9fb4eab35.zip |
removed unused jquery
Diffstat (limited to 'static/website/templates/header.html')
-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> |