projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d459f
)
fix indentation (I should really have checked the diff better >_>)
author
reality
<tinmachin3@gmail.com>
Thu, 10 Apr 2014 17:47:50 +0000
(17:47 +0000)
committer
reality
<tinmachin3@gmail.com>
Thu, 10 Apr 2014 17:47:50 +0000
(17:47 +0000)
client/src/views/channelinfo.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/views/channelinfo.js
b/client/src/views/channelinfo.js
index 3b5bc010660f78d9ad39dc2d2b2a922b2cea4dba..c20b0461e5e44d625603a4d97983dab345b9dd32 100644
(file)
--- a/
client/src/views/channelinfo.js
+++ b/
client/src/views/channelinfo.js
@@
-147,7
+147,7
@@
_kiwi.view.ChannelInfo = Backbone.View.extend({
event.preventDefault();
this.$el.find('.channel-banlist table').toggle();
var channel = this.model.get('channel'),
- network = channel.get('network');
+
network = channel.get('network');
network.gateway.raw('MODE ' + channel.get('name') + ' +b');
},