Fix block comment and remove testing variable
authorJack Allnutt <m2ys4u@Gmail.com>
Mon, 30 Jan 2012 04:27:35 +0000 (04:27 +0000)
committerJack Allnutt <m2ys4u@Gmail.com>
Mon, 30 Jan 2012 04:27:35 +0000 (04:27 +0000)
client/js/front.ui.js
client/js/view.js

index feabb5135e54bf5d6b8da54d811d9340f51ed997..e7d2eb49d761e5cf93542761926b70315eebe18c 100755 (executable)
@@ -396,7 +396,7 @@ kiwi.front.ui = {
                 return;\r
             }\r
             i++;\r
-        }\r
+        }*/\r
     },\r
 \r
 \r
index 6db6e7e500a7c847c7e9d804906666abb1031ad5..34a9b21a82521f36c430d874f829a35d4898be73 100755 (executable)
@@ -43,7 +43,6 @@ kiwi.view.Channel = Backbone.View.extend({
         this.model.bind('topic', this.topic, this);\r
         this.msg_count = 0;\r
         this.model.set({"view": this}, {"silent": true});\r
-        this.visible = false;\r
     },\r
     render: function () {\r
         var $this = $(this.el);\r