added jquery.form.js to project locally

This commit is contained in:
Jack Darlington 2017-03-12 21:20:09 +00:00
parent 537977e497
commit 7d31abf920
2 changed files with 1278 additions and 1 deletions

1277
cps/static/js/libs/jquery.form.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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');