whitelist editor now uses checkboxes, closes #773

pull/779/head
Justin Richer 2015-02-26 16:36:58 -05:00
parent 7a1480bb07
commit 8caaf3ae20
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ var WhiteListFormView = Backbone.View.extend({
var scopeView = new ListWidgetView({
placeholder: $.t('whitelist.whitelist-form.scope-placeholder'),
autocomplete: this.options.client.scope,
autocomplete: this.options.client.get("scope"),
helpBlockText: $.t('whitelist.whitelist-form.scope-help'),
collection: this.scopeCollection});
$("#scope .controls",this.el).html(scopeView.render().el);