removed per #1906
This commit is contained in:
@@ -768,9 +768,6 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
|
||||
},
|
||||
|
||||
toggleOperationContent: function (event) {
|
||||
if (event) {
|
||||
event.preventDefault();
|
||||
}
|
||||
var elem = $('#' + Docs.escapeResourceName(this.parentId + '_' + this.nickname + '_content'));
|
||||
if (elem.is(':visible')){
|
||||
$.bbq.pushState('#/', 2);
|
||||
|
||||
Reference in New Issue
Block a user