blacklist control uses URI model, closes #423

pull/598/head
Justin Richer 2014-04-25 21:09:30 -04:00
parent 37af569890
commit b6304e268a
1 changed files with 1 additions and 0 deletions

View File

@ -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);