Browse Source

rebuilt

bubble
Tony Tam 9 years ago
parent
commit
666246c14c
2 changed files with 11 additions and 9 deletions
  1. +1
    -1
      dist/swagger-ui.js
  2. +10
    -8
      dist/swagger-ui.min.js

+ 1
- 1
dist/swagger-ui.js View File

@@ -20891,7 +20891,7 @@ SwaggerUi.Views.MainView = Backbone.View.extend({
} else {

// Default validator
if(window.location.protocol.startsWith('http')) {
if(window.location.protocol.indexOf('http') === 0) {
this.model.validatorUrl = window.location.protocol + '//online.swagger.io/validator';
}
}


+ 10
- 8
dist/swagger-ui.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save