load jquery and html5shim with same URL schema as the rest of the site

This commit is contained in:
Jan Dittberner 2015-01-18 00:28:47 +01:00
parent d8eb7b38db
commit e121c9bf3d
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
Changelog
=========
* :bug:`-` load jquery and html5 with same URL schema as the rest of the site
* :release:`0.5.0 <2015-01-17>`
* :feature:`-` add authentication via social media accounts from Google,
LinkedIn, Twitter and Xing

View File

@ -19,7 +19,7 @@
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- This file store project specific CSS -->
@ -94,7 +94,7 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="//code.jquery.com/jquery-latest.js"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<!-- place project specific Javascript in this file -->