fix
This commit is contained in:
parent
f89a12e914
commit
2e75199852
1 changed files with 7 additions and 1 deletions
6
index.js
6
index.js
|
@ -11,3 +11,9 @@
|
||||||
document.querySelector('.msgs').appendChild(msgC2);
|
document.querySelector('.msgs').appendChild(msgC2);
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
|
|
||||||
|
function copy() {
|
||||||
|
let addr = 'play.dervland.net:7777';
|
||||||
|
navigator.clipboard.writeText(addr);
|
||||||
|
alert(addr);
|
||||||
|
}
|
Loading…
Reference in a new issue