Merge pull request #494 from javabrett/jquery-static-path

Removed (another) stray space from static path for jquery js
This commit is contained in:
Nate Prewitt
2018-10-23 22:52:53 -07:00
committed by GitHub
+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-bundle.js')}}"> </script>
<script src="{{url_for('flasgger.static', filename='swagger-ui-standalone-preset.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> <script>
window.onload = function () { window.onload = function () {