fixed some rendering issues with checkbox

solution is imperfect but ok for now
This commit is contained in:
Johannes Gehrs
2013-06-24 00:20:48 +02:00
parent cb015025cf
commit 0179897dc6
3 changed files with 7 additions and 16 deletions
+2 -2
View File
@@ -45,8 +45,8 @@
{% block scripts %}
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="{{ url_for('static', filename='scripts/parsley/parsley.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/parsley/parsley.extend.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/parsleyjs/parsley.js') }}"></script>
<script src="{{ url_for('static', filename='scripts/parsleyjs/parsley.extend.js') }}"></script>
<script>$('form').parsley({ successClass: 'success', errorClass: 'error',
errors: {
classHandler: function (element) {