mirror of
https://github.com/S2-/pwgen.git
synced 2025-08-03 01:00:04 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
fcceca980c | |||
59094b76bb |
@@ -2,7 +2,7 @@
|
||||
"description": "Just a toolbar button that generates a password and copies it to your clipboard.",
|
||||
"manifest_version": 2,
|
||||
"name": "pwgen reloaded",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"homepage_url": "https://github.com/S2-/pwgen",
|
||||
"icons": {
|
||||
"48": "icons/lock-48.png"
|
||||
|
@@ -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