2023-10-01 23:39:12 +00:00
|
|
|
function dLS(url) {
|
|
|
|
var script = document.createElement("script");
|
|
|
|
script.src = url;
|
|
|
|
document.head.appendChild(script);
|
|
|
|
}
|
2024-10-04 12:26:10 +00:00
|
|
|
dLS("/scripts/pgen.js")
|
|
|
|
dLS("/scripts/footer.js")
|
|
|
|
console.log("PwdGen scripts loaded")
|