diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-05-30 15:40:06 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-05-30 15:40:06 +0300 |
| commit | c51ccd1953a9c2e08e81f546dd2c99f00945a17b (patch) | |
| tree | 172800afab272ba9440eeb10fbd30d84cc246f67 | |
| parent | 7d920311e8d6e5146035562a4f7a8679572184b3 (diff) | |
Cleanup
| -rw-r--r-- | templates/home.html | 2 |
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> |
