From 3f9543781de5477ae6e96e5b3ca6e36d1a2d7b01 Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 17 Sep 2011 18:28:25 +0100 Subject: [PATCH] Remove profiling, /list table margins --- js/front.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/js/front.js b/js/front.js index eefed56..2aeda32 100644 --- a/js/front.js +++ b/js/front.js @@ -619,12 +619,10 @@ kiwi.front = { onChannelListStart: function (e, data) { var tab, table; - console.log('/list start'); - console.profile('list'); tab = new Utilityview('Channel List'); tab.div.css('overflow-y', 'scroll'); - table = $(''); + table = $('
Channel NameMembersTopic
'); tab.div.append(table); kiwi.front.cache.list = {chans: [], tab: tab, table: table, @@ -678,8 +676,6 @@ kiwi.front = { onChannelListEnd: function (e, data) { kiwi.front.cache.list.finalise(); kiwi.front.cache.list.tab.show(); - console.profileEnd(); - console.log('/list end.'); }, -- 2.25.1
Channel NameMembersTopic