diff options
author | Akshen | 2018-10-23 09:52:47 +0530 |
---|---|---|
committer | Akshen | 2018-10-23 09:52:47 +0530 |
commit | dc4bcebeef02288a7e664dd595961ca5edd83cc7 (patch) | |
tree | c2902186981886a1a5ed4270506b2fd92999f90a /static/website/templates/header.html | |
parent | b4f391712577268f9183983461bc183801a150c5 (diff) | |
parent | aceb7f79817169b86bbe430ab98332d8ed478479 (diff) | |
download | nccps-2018-dc4bcebeef02288a7e664dd595961ca5edd83cc7.tar.gz nccps-2018-dc4bcebeef02288a7e664dd595961ca5edd83cc7.tar.bz2 nccps-2018-dc4bcebeef02288a7e664dd595961ca5edd83cc7.zip |
Merge branch 'master' of https://github.com/FOSSEE/nccps-2018 into develop
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> |