mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-04-29 19:24:24 +00:00
Update startup.js
This commit is contained in:
parent
a9cd26e770
commit
3df452d17e
@ -50,11 +50,11 @@ function updateUI() {
|
|||||||
checkBoxUsername.checked = true;
|
checkBoxUsername.checked = true;
|
||||||
}
|
}
|
||||||
if (structure.password.save) {
|
if (structure.password.save) {
|
||||||
//passwordInput.value = structure.password.pass;
|
passwordInput.value = structure.password.pass;
|
||||||
checkBoxPassword.checked = true;
|
checkBoxPassword.checked = true;
|
||||||
}
|
}
|
||||||
if (structure.passwordhoppie.save) {
|
if (structure.passwordhoppie.save) {
|
||||||
//passwordhoppieInput.value = structure.passwordhoppie.pass;
|
passwordhoppieInput.value = structure.passwordhoppie.pass;
|
||||||
checkBoxSavepwhoppie.checked = true;
|
checkBoxSavepwhoppie.checked = true;
|
||||||
}
|
}
|
||||||
dirBox.value = systemstructure.path;
|
dirBox.value = systemstructure.path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user