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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/stream/hootstream.js b/public/assets/js/lib/views/stream/hootstream.js
index cd25719..03f82fb 100644
--- a/public/assets/js/lib/views/stream/hootstream.js
+++ b/public/assets/js/lib/views/stream/hootstream.js
@@ -417,13 +417,13 @@ var HootStream = View.extend({
const actions = [
hasAudio && { action: "play", label: "play music", icon: "play" },
+ { action: "post", label: "post", icon: "edit" },
!isViewingThread &&
!isCompleteThread && {
action: "expand",
label: "expand",
icon: "expand",
},
- { action: "post", label: "post", icon: "edit" },
]
.filter((action) => !!action)
.map(