support: Show confirmation links in search.

Fixes #13060 #12784
This commit is contained in:
Vishnu KS
2019-09-18 18:34:36 +05:30
committed by Tim Abbott
parent e080b42fe5
commit ec955f8f78
6 changed files with 187 additions and 9 deletions

View File

@@ -9,6 +9,6 @@ $(function () {
});
$('a.copy-button').click(function () {
common.copy_data_attribute_value($(this), "admin-emails");
common.copy_data_attribute_value($(this), "copytext");
});
});