refresh fromt ree bug and clicik bug

This commit is contained in:
Peter Cottle 2013-01-12 12:54:00 -08:00
parent a83a12b211
commit 4db83ba808
6 changed files with 31 additions and 64 deletions

View file

@ -288,6 +288,7 @@ var SeriesView = BaseView.extend({
}
var id = $(ev.srcElement).attr('data-id');
console.log(id, ev, ev.srcElement);
this.navEvents.trigger('clickedID', id);
}
});