admin: Fix emoji creation.

f3b9abee14 apparently failed to update
the frontend.
This commit is contained in:
Tim Abbott
2017-01-17 00:20:37 -08:00
parent 9821b3ebef
commit 9bb390133b

View File

@@ -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();