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:
Sayam Samal
2024-11-14 16:34:50 +05:30
committed by Tim Abbott
parent 045efadab9
commit 543a6c51dc
29 changed files with 42 additions and 42 deletions

View File

@@ -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);