Skip to content

Commit

Permalink
Merge pull request #494 from javabrett/jquery-static-path
Browse files Browse the repository at this point in the history
Removed (another) stray space from static path for jquery js
  • Loading branch information
nateprewitt authored Oct 24, 2018
2 parents cca6786 + ac3654e commit 992eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpbin/templates/flasgger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h2 class="title">httpbin.org

<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 () {
Expand Down

0 comments on commit 992eaa4

Please sign in to comment.