diff options
Diffstat (limited to 'static/website/templates/header.html')
-rw-r--r-- | static/website/templates/header.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/static/website/templates/header.html b/static/website/templates/header.html index 9a72f97..045df52 100644 --- a/static/website/templates/header.html +++ b/static/website/templates/header.html @@ -10,7 +10,7 @@ <meta name="keywords" content="SciPy, SciPyIndia 2019, Python,SciPy India 2019,SciPy India conference,Scientific Computing"> <link rel="icon" href="{% static 'website/bootstrap-css/assets/images/logo.png' %}" type="icon"> <title>SciPy India 2019</title> - <script src="{% static 'website/bootstrap-css/assets/js/jquery.min.js' %}"></script> + <script src="{% static 'website/bootstrap-css/bower_components/jquery/dist/jquery.min.js' %}"></script> <script src="{% static 'website/bootstrap-css/assets/js/2.8.2/modernizr.js' %}"></script> <script src="{% static 'website/bootstrap-css/bower_components/bootstrap/dist/js/bootstrap.min.js' %}"></script> <!-- css --> @@ -20,18 +20,6 @@ <link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/main.css' %}"> <link rel="stylesheet" href="{% static 'website/bootstrap-css/assets/css/custom.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> <script> function countChar(val) { var len = val.value.length; |