summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/StoryView.js
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-20 02:36:20 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-20 02:36:20 -0600
commit19a79cf0d9de0a73af4460f528aad1bde2544532 (patch)
tree3674334ef5bf51c347d37f7fa35d901ec58498c1 /StoneIsland/www/js/lib/blogs/StoryView.js
parent7d1e7f163acfb4f26c07db241d1cc1b852653324 (diff)
more css on hub and story
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/StoryView.js')
-rw-r--r--StoneIsland/www/js/lib/blogs/StoryView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js
index 88a56392..70ac061f 100644
--- a/StoneIsland/www/js/lib/blogs/StoryView.js
+++ b/StoneIsland/www/js/lib/blogs/StoryView.js
@@ -35,7 +35,7 @@ var StoryView = ScrollableView.extend({
li.dataset.id = row.id
li.innerHTML = row.title
this.sections[row.id] = row
-
+ //console.log("ok");
this.$links.append(li)
this.$content.append(t)
}.bind(this))