mirror of https://github.com/zulip/zulip.git
settings_display: Change two "!" to one.
There is an extra exclamation mark in the ui response for changing the emojiset, which has been removed.
This commit is contained in:
parent
a49fd44612
commit
d026ad4678
|
@ -191,7 +191,7 @@ exports.report_emojiset_change = function () {
|
||||||
if ($("#display-settings-status").length) {
|
if ($("#display-settings-status").length) {
|
||||||
loading.destroy_indicator($("#emojiset_spinner"));
|
loading.destroy_indicator($("#emojiset_spinner"));
|
||||||
$("#emojiset_select").val(page_params.emojiset);
|
$("#emojiset_select").val(page_params.emojiset);
|
||||||
ui_report.success(i18n.t("Emojiset changed successfully!!"),
|
ui_report.success(i18n.t("Emojiset changed successfully!"),
|
||||||
$('#display-settings-status').expectOne());
|
$('#display-settings-status').expectOne());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue