From: Jack Allnutt Date: Mon, 30 Jan 2012 04:27:35 +0000 (+0000) Subject: Fix block comment and remove testing variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=21b87f6215034a591fb874776811d900683dfb89;p=KiwiIRC.git Fix block comment and remove testing variable --- diff --git a/client/js/front.ui.js b/client/js/front.ui.js index feabb51..e7d2eb4 100755 --- a/client/js/front.ui.js +++ b/client/js/front.ui.js @@ -396,7 +396,7 @@ kiwi.front.ui = { return; } i++; - } + }*/ }, diff --git a/client/js/view.js b/client/js/view.js index 6db6e7e..34a9b21 100755 --- a/client/js/view.js +++ b/client/js/view.js @@ -43,7 +43,6 @@ kiwi.view.Channel = Backbone.View.extend({ this.model.bind('topic', this.topic, this); this.msg_count = 0; this.model.set({"view": this}, {"silent": true}); - this.visible = false; }, render: function () { var $this = $(this.el);