mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
Merge pull request #494 from javabrett/jquery-static-path
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-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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user