mirror of https://github.com/zulip/zulip.git
alert_words_ui: Rename btn -> button in JS variables.
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:
parent
e9e009bc9a
commit
663fb36e35
|
@ -101,8 +101,8 @@ run_test("close_status_message", ({override_rewire}) => {
|
|||
const close = $alert_word_settings.get_on_handler("click", ".close-alert-word-status");
|
||||
|
||||
const $alert = $(".alert");
|
||||
const $close_btn = $(".close-alert-word-status");
|
||||
$close_btn.set_parents_result(".alert", $alert);
|
||||
const $close_button = $(".close-alert-word-status");
|
||||
$close_button.set_parents_result(".alert", $alert);
|
||||
|
||||
$alert.show();
|
||||
|
||||
|
|
Loading…
Reference in New Issue