Removed (another) stray space from static path for jquery js.

This commit is contained in:
Brett Randall
2018-07-26 12:40:07 +10:00
parent 69c9c5c769
commit ac3654e2bb
+1 -1
View File
@@ -137,7 +137,7 @@
<script src="{{url_for('flasgger.static', filename='swagger-ui-bundle.js')}}"> </script>
<script src="{{url_for('flasgger.static', filename='swagger-ui-standalone-preset.js')}}"> </script>
<script src='{{url_for('flasgger.static', filename=' ')}}lib/jquery.min.js' type='text/javascript'></script>
<script src='{{url_for('flasgger.static', filename='')}}lib/jquery.min.js' type='text/javascript'></script>
<script>
window.onload = function () {