mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
settings_org: Fix an incorrect jquery selector.
This commit is contained in:
parent
45d50715c5
commit
d5fc02557c
@ -1093,8 +1093,8 @@ exports.build_page = function () {
|
||||
$("#upload_icon_button_text").expectOne().show();
|
||||
},
|
||||
error: function (xhr) {
|
||||
loading.destroy_indicator($("#upload_logo_spinner"));
|
||||
$("#upload_logo_button_text").expectOne().show();
|
||||
loading.destroy_indicator($("#upload_icon_spinner"));
|
||||
$("#upload_icon_button_text").expectOne().show();
|
||||
ui_report.error("", xhr, error_field);
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user