projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2910740
)
User box not showing on clicking user nick
author
Darren
<darren@darrenwhitlen.com>
Fri, 21 Feb 2014 23:30:02 +0000
(23:30 +0000)
committer
Darren
<darren@darrenwhitlen.com>
Fri, 21 Feb 2014 23:30:02 +0000
(23:30 +0000)
client/src/views/channel.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/channel.js
b/client/src/views/channel.js
index 699d57c9e3140e4bb006af05e64b532f28f3b64f..28498defb9183fa0e51db426df2c79ee47df93f8 100644
(file)
--- a/
client/src/views/channel.js
+++ b/
client/src/views/channel.js
@@
-252,7
+252,7
@@
_kiwi.view.Channel = _kiwi.view.Panel.extend({
menubox = new _kiwi.view.MenuBox(member.get('nick') || 'User');
menubox.addItem('userbox', userbox.$el);
- menu.showFooter(false);
+ menu
box
.showFooter(false);
menubox.show();
// Position the userbox + menubox