fixes #2306 build
This commit is contained in:
1
dist/swagger-ui.js
vendored
1
dist/swagger-ui.js
vendored
@@ -22224,6 +22224,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
|
|||||||
events: {
|
events: {
|
||||||
'click #show-pet-store-icon' : 'showPetStore',
|
'click #show-pet-store-icon' : 'showPetStore',
|
||||||
'click #explore' : 'showCustom',
|
'click #explore' : 'showCustom',
|
||||||
|
'submit #api_selector' : 'showCustom',
|
||||||
'keyup #input_baseUrl' : 'showCustomOnKeyup',
|
'keyup #input_baseUrl' : 'showCustomOnKeyup',
|
||||||
'keyup #input_apiKey' : 'showCustomOnKeyup'
|
'keyup #input_apiKey' : 'showCustomOnKeyup'
|
||||||
},
|
},
|
||||||
|
|||||||
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
Reference in New Issue
Block a user