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()));
|
$(this.el).html(this.template(this.model.toJSON()));
|
||||||
|
|
||||||
$('#blacklist .controls', this.el).html(new BlackListWidgetView({
|
$('#blacklist .controls', this.el).html(new BlackListWidgetView({
|
||||||
|
type: 'uri',
|
||||||
placeholder: 'http://',
|
placeholder: 'http://',
|
||||||
collection: this.model
|
collection: this.model
|
||||||
}).render().el);
|
}).render().el);
|
||||||
|
|
Loading…
Reference in New Issue