blacklist control uses URI model, closes #423
parent
37af569890
commit
b6304e268a
|
@ -304,6 +304,7 @@ var BlackListListView = Backbone.View.extend({
|
|||
$(this.el).html(this.template(this.model.toJSON()));
|
||||
|
||||
$('#blacklist .controls', this.el).html(new BlackListWidgetView({
|
||||
type: 'uri',
|
||||
placeholder: 'http://',
|
||||
collection: this.model
|
||||
}).render().el);
|
||||
|
|
Loading…
Reference in New Issue