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