mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
webui: add copied to clipboard notification (#7038)
This commit is contained in:
@@ -333,6 +333,7 @@ function copyToClipboard(text) {
|
||||
var succeed;
|
||||
try {
|
||||
succeed = document.execCommand("copy");
|
||||
doNotify("Copied to clipboard!", "success", "glyphicon glyphicon-ok");
|
||||
} catch (e) {
|
||||
succeed = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user