fixed merge issue
This commit is contained in:
2
dist/swagger-ui.js
vendored
2
dist/swagger-ui.js
vendored
@@ -655,7 +655,7 @@ function program13(depth0,data) {
|
|||||||
function program14(depth0,data) {
|
function program14(depth0,data) {
|
||||||
|
|
||||||
var buffer = "", stack1;
|
var buffer = "", stack1;
|
||||||
buffer += "\n <option value='";
|
buffer += "\n <option selected=\"\" value='";
|
||||||
if (stack1 = helpers.value) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
|
if (stack1 = helpers.value) { stack1 = stack1.call(depth0, {hash:{},data:data}); }
|
||||||
else { stack1 = depth0.value; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
|
else { stack1 = depth0.value; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; }
|
||||||
buffer += escapeExpression(stack1)
|
buffer += escapeExpression(stack1)
|
||||||
|
|||||||
2
dist/swagger-ui.min.js
vendored
2
dist/swagger-ui.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{#each allowableValues.descriptiveValues}}
|
{{#each allowableValues.descriptiveValues}}
|
||||||
{{#if isDefault}}
|
{{#if isDefault}}
|
||||||
<option value='{{value}}'>{{value}} (default)</option>
|
<option selected="" value='{{value}}'>{{value}} (default)</option>
|
||||||
{{else}}
|
{{else}}
|
||||||
<option value='{{value}}'>{{value}}</option>
|
<option value='{{value}}'>{{value}}</option>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|||||||
Reference in New Issue
Block a user