mirror of
https://github.com/zulip/zulip.git
synced 2026-06-15 21:01:31 +08:00
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
$(function () {
|
|
$('a.envelope-link').click(function () {
|
|
common.copy_data_attribute_value($(this), "admin-emails");
|
|
});
|
|
});
|