mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
admin: Fix emoji creation.
f3b9abee14 apparently failed to update
the frontend.
This commit is contained in:
@@ -831,7 +831,7 @@ function _setup_page() {
|
||||
});
|
||||
|
||||
channel.put({
|
||||
url: "/json/realm/emoji",
|
||||
url: "/json/realm/emoji/" + encodeURIComponent(emoji.name),
|
||||
data: $(this).serialize(),
|
||||
success: function () {
|
||||
$('#admin-emoji-status').hide();
|
||||
|
||||
Reference in New Issue
Block a user