mirror of
https://github.com/S2-/pwgen.git
synced 2025-08-02 08:50:04 +02:00
increment delay to 200ms
This commit is contained in:
@@ -39,7 +39,7 @@ function copypasstoclippboard() {
|
|||||||
var copyText = document.getElementById('pw');
|
var copyText = document.getElementById('pw');
|
||||||
copyText.select();
|
copyText.select();
|
||||||
document.execCommand('copy');
|
document.execCommand('copy');
|
||||||
}, 100);
|
}, 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
Reference in New Issue
Block a user