nothing here
This commit is contained in:
parent
2e864bddf9
commit
74c1cb51f6
@ -17,9 +17,6 @@
|
||||
let disabledClass = 'bg-coolback disabled:bg-coolblack';
|
||||
let isHttps = browser && window.location.protocol === 'https:';
|
||||
|
||||
function showActions(value) {
|
||||
actionsShow = value;
|
||||
}
|
||||
function copyToClipboard() {
|
||||
if (isHttps && navigator.clipboard) {
|
||||
navigator.clipboard.writeText(value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user