fix
This commit is contained in:
parent
f89a12e914
commit
2e75199852
1 changed files with 7 additions and 1 deletions
8
index.js
8
index.js
|
@ -10,4 +10,10 @@
|
|||
document.querySelector('.msgs').appendChild(msgC1);
|
||||
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