Commit 7d31abf9 authored by Jack Darlington's avatar Jack Darlington

added jquery.form.js to project locally

parent 537977e4
This diff is collapsed.
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
{% endblock %} {% endblock %}
{% block js %} {% block js %}
<script src="http://malsup.github.com/jquery.form.js"></script> <script src="{{ url_for('static', filename='js/libs/jquery.form.js') }}"></script>
<script> <script>
$( document ).ready(function() { $( document ).ready(function() {
var haveReadForm = $('#have_read_form'); var haveReadForm = $('#have_read_form');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment