mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
user_groups: Remove unnecessary "hide" class.
There is no need for "hide" class in ".user_group_settings_wrapper" element as we hide the ".right .settings" element in JS using jquery "hide" and we also do not remove the "hide" class while showing the group settings because we use the jquery "show" function for it.
This commit is contained in:
parent
e7dffc7cbe
commit
db99b3f7fe
@ -6,7 +6,7 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="user_group_settings_wrapper hide" data-group-id="{{group.id}}">
|
||||
<div class="user_group_settings_wrapper" data-group-id="{{group.id}}">
|
||||
<div class="inner-box">
|
||||
|
||||
<div class="group_general_settings group_setting_section">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user