fix for issue 1350
This commit is contained in:
4
dist/swagger-ui.js
vendored
4
dist/swagger-ui.js
vendored
@@ -42,7 +42,7 @@ window.SwaggerUi = Backbone.Router.extend({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (typeof options.oauth2RedirectUrl === 'string') {
|
if (typeof options.oauth2RedirectUrl === 'string') {
|
||||||
window.oAuthRedirectUrl = options.redirectUrl;
|
window.oAuthRedirectUrl = options.oauth2RedirectUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create an empty div which contains the dom_id
|
// Create an empty div which contains the dom_id
|
||||||
@@ -32184,4 +32184,4 @@ SwaggerUi.Views.StatusCodeView = Backbone.View.extend({
|
|||||||
}
|
}
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
});}).call(this);
|
});}).call(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user