From 21b87f6215034a591fb874776811d900683dfb89 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Mon, 30 Jan 2012 04:27:35 +0000 Subject: [PATCH] Fix block comment and remove testing variable --- client/js/front.ui.js | 2 +- client/js/view.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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); -- 2.25.1