summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/stream/hootstream.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/lib/views/stream/hootstream.js')
-rw-r--r--public/assets/js/lib/views/stream/hootstream.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js
index dd64aa4..47ed2b9 100644
--- a/public/assets/js/lib/views/stream/hootstream.js
+++ b/public/assets/js/lib/views/stream/hootstream.js
@@ -29,6 +29,7 @@ var HootStream = View.extend({
case "keywordLink":
event.preventDefault();
console.log(">>", url.pathname);
+ app.router.pushState(url.pathname);
app.router.go(url.pathname);
break;
}
@@ -38,7 +39,7 @@ var HootStream = View.extend({
load: function (data) {
this.$hootevents.empty();
const { order, threadLookup } = this.agglutinate(data);
- console.log(data, threadLookup, order);
+ // console.log(data, threadLookup, order);
const $els = order.map(
function (item) {
return item.type === "thread"