Trailing gets added to the end of params
This commit is contained in:
parent
3214e5931a
commit
d69281cdd6
3 changed files with 11 additions and 14 deletions
|
@ -20,7 +20,7 @@ var selectedTabStore = Reflux.createStore({
|
|||
|
||||
select: function(server, channel) {
|
||||
selectedTab.server = server;
|
||||
selectedTab.channel = channel;
|
||||
selectedTab.channel = channel || null;
|
||||
|
||||
if (channel) {
|
||||
selectedTab.name = channel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue