mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
bootstrap: Rename btn-* -> button-* classes.
This commit is a part of the efforts to rename btn-related classes and variables to align with Zulip's no-abbreviations policy and streamline the search results.
This commit is contained in:
@@ -1022,7 +1022,7 @@ export function initialize() {
|
||||
});
|
||||
});
|
||||
|
||||
$("#groups_overlay_container").on("click", ".group_settings_header .btn-danger", () => {
|
||||
$("#groups_overlay_container").on("click", ".group_settings_header .button-danger", () => {
|
||||
const active_group_data = get_active_data();
|
||||
const group_id = active_group_data.id;
|
||||
const user_group = user_groups.get_user_group_from_id(group_id);
|
||||
|
||||
Reference in New Issue
Block a user