mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
$(() => {
|
|
$("a.envelope-link").on("click", function () {
|
|
common.copy_data_attribute_value($(this), "admin-emails");
|
|
});
|
|
});
|
|
export {};
|