added ui structure for rootdirs.

This commit is contained in:
Keivan Beigi
2013-01-24 12:48:44 -08:00
committed by kay.one
parent ae61150b84
commit 157b559ed2
12 changed files with 133 additions and 8 deletions
@@ -6,9 +6,6 @@ NzbDrone.AddSeries.SearchItemView = Backbone.Marionette.ItemView.extend({
template: "AddSeries/AddNewSeries/SearchResultTemplate",
className: 'row',
initialize: function () {
this.listenTo(this.model, 'reset', function () { alert('model'); });
},
onRender: function () {
NzbDrone.ModelBinder.bind(this.model, this.el);