[auth]: Api key, basic authorization in main view

This commit is contained in:
Anna Bodnia
2016-02-17 14:43:01 +02:00
parent 9894299359
commit de828f877f
7 changed files with 115 additions and 79 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;
},