[Posts] Allow priv+ to use the "all" tag script button (#883)

This commit is contained in:
Cinder 2025-02-03 08:59:43 -08:00 committed by GitHub
parent 07c5ba8700
commit 5a2a4d438a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,9 +33,7 @@
<% if CurrentUser.is_privileged? %>
<span id="tag-script-ui" style="display: none;">
<input id="tag-script-field" data-autocomplete="tag-edit" placeholder="Enter tag script" style="display: none;"/>
<% if CurrentUser.is_staff? %>
<button id="tag-script-all">All</button>
<% end %>
</span>
<input id="quick-mode-reason" placeholder="Reason" style="display: none;"/>
<% end %>