This commit is contained in:
Anna Bodnia
2016-08-08 19:14:17 +03:00
parent 6a00aa8e98
commit a35a145f17
2 changed files with 2 additions and 1 deletions

1
dist/swagger-ui.js vendored
View File

@@ -22224,6 +22224,7 @@ SwaggerUi.Views.HeaderView = Backbone.View.extend({
events: {
'click #show-pet-store-icon' : 'showPetStore',
'click #explore' : 'showCustom',
'submit #api_selector' : 'showCustom',
'keyup #input_baseUrl' : 'showCustomOnKeyup',
'keyup #input_apiKey' : 'showCustomOnKeyup'
},