swagger-ui_rails 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/swagger-ui.js.erb +1 -1
- data/lib/swagger-ui_rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 396201f881bc648fb872fe81740e04e7b8f512f4
|
4
|
+
data.tar.gz: 63fca49a157bf890aac9872b6ba3eb5656818aca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79fd7889e73a024b4d115837f86c4f6615373aacaca663ee587f9a1a13546ecc200392a6c6f27de15f0ffe5103f31ece134d5723fb94e4a094967dcf566c1966
|
7
|
+
data.tar.gz: be82f7a5d7fa039961d5b88e530ceca58fbc70869b0ded2d6ba4a6f496f9f65a94dd3fcf1437ebb6082195682d85bb97ffbecf71418544146ac043703aef0a77
|
@@ -364,7 +364,7 @@ function program9(depth0,data) {
|
|
364
364
|
function program11(depth0,data) {
|
365
365
|
|
366
366
|
|
367
|
-
return "\n <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <img alt='Throbber' class='response_throbber' src='<%= asset_path('throbber.gif' %>' style='display:none' />\n </div>\n ";
|
367
|
+
return "\n <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <img alt='Throbber' class='response_throbber' src='<%= asset_path('throbber.gif') %>' style='display:none' />\n </div>\n ";
|
368
368
|
}
|
369
369
|
|
370
370
|
buffer += "\n <ul class='operations' >\n <li class='";
|