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, 3 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js
index ebef14a..cde591c 100644
--- a/public/assets/js/lib/views/stream/hootstream.js
+++ b/public/assets/js/lib/views/stream/hootstream.js
@@ -320,6 +320,9 @@ var HootStream = View.extend({
}.bind(this)
);
this.$hootevents.empty();
+ this.$el.toggleClass("streamThread", !!data.query.thread);
+ this.$el.toggleClass("streamKeyword", !!data.query.username);
+ this.$el.toggleClass("streamUser", !!data.query.keyword);
this.$hootevents.append($els);
audio.init();
},