mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 12:30:00 +00:00
added jquery.form.js to project locally
This commit is contained in:
parent
537977e497
commit
7d31abf920
1277
cps/static/js/libs/jquery.form.js
vendored
Normal file
1277
cps/static/js/libs/jquery.form.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user