added jquery.form.js to project locally

pull/121/head
Jack Darlington 7 years ago
parent 537977e497
commit 7d31abf920

File diff suppressed because it is too large Load Diff

@ -219,7 +219,7 @@
{% endblock %}
{% 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>
$( document ).ready(function() {
var haveReadForm = $('#have_read_form');

Loading…
Cancel
Save