diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-31 13:09:02 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-31 13:09:02 +0100 |
| commit | 74c2e511c19cf65f61bc696c0a46d55f71d6915d (patch) | |
| tree | 848ba1c63f7e770c5d2fe7547745d0ea9894dbb5 /public/assets/js/lib/views/stream | |
| parent | 341393513dc3622b6d59e5512a7ab11d82c7e6c3 (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.js | 2 |
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( |
