1
0
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:
s2
2017-11-21 19:44:03 +01:00
parent 6c773377b1
commit 59094b76bb

View File

@@ -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() {