mirror of https://github.com/zulip/zulip.git
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
|
$(function () {
|
||
|
$('a.envelope-link').click(function () {
|
||
|
common.copy_data_attribute_value($(this), "admin-emails");
|
||
|
});
|
||
|
});
|