#1904 fixed New tab opens when you expand operation by clicking on it's url #1904

This commit is contained in:
bodnia
2016-01-22 00:23:49 +02:00
parent c92edbdca1
commit 95a45bb116
8 changed files with 691 additions and 6607 deletions

View File

@@ -745,6 +745,9 @@ 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);