rozdeleni do struktury
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
function copyValue(id) {
|
||||
const el = document.getElementById(id);
|
||||
el.select();
|
||||
el.setSelectionRange(0, 99999);
|
||||
navigator.clipboard.writeText(el.value);
|
||||
}
|
||||
Reference in New Issue
Block a user