mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Unbreak custom alert words on the settings page.
This doesn't change the alerting UI logic, it just turns alert_words_ui into a module and calls the setup code from settings.js when the settings page is rendered. (imported from commit 05f95383b046086641280f82f648be58688efe61)
This commit is contained in:
@@ -30,6 +30,8 @@ exports.setup_page = function () {
|
||||
$("#notify-settings-status").hide();
|
||||
$("#ui-settings-status").hide();
|
||||
|
||||
alert_words_ui.set_up_alert_words();
|
||||
|
||||
$("#api_key_value").text("");
|
||||
$("#get_api_key_box").hide();
|
||||
$("#show_api_key_box").hide();
|
||||
|
||||
Reference in New Issue
Block a user