[auth]: Api key, basic authorization in main view
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user