mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Prettier would do this anyway, but it’s separated out for a more reviewable diff. Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
$(() => {
|
|
$("a.envelope-link").click(function () {
|
|
common.copy_data_attribute_value($(this), "admin-emails");
|
|
});
|
|
});
|