mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
$(() => {
|
|
$("a.envelope-link").on("click", function () {
|
|
common.copy_data_attribute_value($(this), "admin-emails");
|
|
});
|
|
});
|