Relocate new select scripts to in theory always load before ready() fires #83

This commit is contained in:
Tom Price
2015-04-24 15:09:15 +01:00
parent 19ecc8e0c4
commit b5fd509e61
2 changed files with 6 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
{% block css %}
{% endblock %}
<script src="//code.jquery.com/jquery-latest.min.js"></script>
{% block preload_js %}
{% endblock %}
@@ -136,7 +137,6 @@
<div class="modal fade" id="modal"></div>
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script>
Date.prototype.getISOString = function () {
var yyyy = this.getFullYear().toString();