after clicking a tab, remember which tab was clicked

This commit is contained in:
Peter Cottle 2014-03-17 12:02:37 -07:00
parent 80e1d36cd0
commit db50adac05

View file

@ -89,6 +89,7 @@ var LevelDropdownView = ContainedBase.extend({
if (id === this.JSON.selectedTab) { if (id === this.JSON.selectedTab) {
return; return;
} }
this.selectedTab = id;
this.updateTabTo(id); this.updateTabTo(id);
}, },