Put authorizations into popup

This commit is contained in:
Anna Bodnia
2016-02-23 20:56:09 +02:00
parent b9c4352186
commit 9894299359
12 changed files with 207 additions and 136 deletions

View File

@@ -14,7 +14,7 @@ SwaggerUi.Views.ApiKeyButton = Backbone.View.extend({ // TODO: append this to gl
},
render: function(){
$(this.el).html(this.template(this.model));
this.$el.html(this.template(this.model));
return this;
},