summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/stream
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-31 13:09:02 +0100
committerjulian laplace <julescarbon@gmail.com>2022-10-31 13:09:02 +0100
commit74c2e511c19cf65f61bc696c0a46d55f71d6915d (patch)
tree848ba1c63f7e770c5d2fe7547745d0ea9894dbb5 /public/assets/js/lib/views/stream
parent341393513dc3622b6d59e5512a7ab11d82c7e6c3 (diff)
i guess that's one way of high styling\!\!\!
Diffstat (limited to 'public/assets/js/lib/views/stream')
-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(