fixed variable name on approved sites page, addresses #518 (again)

pull/544/merge
Justin Richer 2013-12-02 11:56:02 -05:00
parent 4a8d693746
commit 29b1cb4202
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ var ApprovedSiteView = Backbone.View.extend({
this.$el.html(this.template(json));
$('.scope-list', this.el).html(this.scopeTemplate({scopes: this.model.get('scope'), systemScopes: app.systemScopeList}));
$('.scope-list', this.el).html(this.scopeTemplate({scopes: this.model.get('allowedScopes'), systemScopes: app.systemScopeList}));
this.$('.dynamically-registered').tooltip({title: 'This client was dynamically registered'});
this.$('.whitelisted-site').tooltip({title: 'This site was whitelisted by an adminstrator'});