Change copy buttons to links

This commit is contained in:
kaso17
2017-02-06 12:34:49 +01:00
parent d9008e5e8c
commit 75d8ba0bf2
2 changed files with 4 additions and 3 deletions

View File

@@ -279,6 +279,7 @@ function prepareCopyButtons(element) {
$btn.click(function () {
copyToClipboard(title);
return false;
});
});
}