Commit cc4d4a6f authored by JC Brand's avatar JC Brand

Properly configure visibility of spoiler toolbar button

parent e34fa5d6
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<ul class="emoji-picker"></ul> <ul class="emoji-picker"></ul>
</li> </li>
{[ } ]} {[ } ]}
{[ if (o.allow_spoiler_messages) { ]} {[ if (o.show_spoiler_button) { ]}
<li class="toggle-spoiler-edit"> <li class="toggle-spoiler-edit">
<a class=" <a class="
{[ if (o.sending_spoiler) { ]} icon-eye-blocked {[ } ]} {[ if (o.sending_spoiler) { ]} icon-eye-blocked {[ } ]}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment