Put authorizations into popup

This commit is contained in:
Anna Bodnia
2016-02-23 20:56:09 +02:00
parent de828f877f
commit 99eec85aca
7 changed files with 69 additions and 105 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;
},