summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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>