summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-05-30 15:40:06 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-05-30 15:40:06 +0300
commitc51ccd1953a9c2e08e81f546dd2c99f00945a17b (patch)
tree172800afab272ba9440eeb10fbd30d84cc246f67 /templates
parent7d920311e8d6e5146035562a4f7a8679572184b3 (diff)
Cleanup
Diffstat (limited to 'templates')
-rw-r--r--templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html
index 639d677..bdfee73 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -27,7 +27,6 @@
var $cell = $channel.find('button[data-light-cell=' + k + ']');
if (cell) {
$cell.addClass('active');
- console.log(i, j, k);
}
});
});
@@ -96,6 +95,7 @@
});
load_data();
+ $('.light-tree[data-light-tree=0]').show();
});
</script>
</head>