mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
Removed (another) stray space from static path for jquery js.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user