mirror of
https://github.com/JustusPlays78/SectorFileUpdater.git
synced 2025-07-02 06:45:16 +00:00
Compare commits
2 Commits
v0.2
...
8eb0b99959
Author | SHA1 | Date | |
---|---|---|---|
8eb0b99959 | |||
3df452d17e |
@ -117,7 +117,7 @@
|
||||
<label class="form-control-label text-white" for="input-username">Hoppie
|
||||
Code</label>
|
||||
<input class="form-check-input ms-auto" type="checkbox" id="savepwhoppie">
|
||||
<input type="text" id="passwordhoppie" class="form-control" placeholder="Hoppie Code">
|
||||
<input type="password" id="passwordhoppie" class="form-control" placeholder="Hoppie Code">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -50,11 +50,11 @@ function updateUI() {
|
||||
checkBoxUsername.checked = true;
|
||||
}
|
||||
if (structure.password.save) {
|
||||
//passwordInput.value = structure.password.pass;
|
||||
passwordInput.value = structure.password.pass;
|
||||
checkBoxPassword.checked = true;
|
||||
}
|
||||
if (structure.passwordhoppie.save) {
|
||||
//passwordhoppieInput.value = structure.passwordhoppie.pass;
|
||||
passwordhoppieInput.value = structure.passwordhoppie.pass;
|
||||
checkBoxSavepwhoppie.checked = true;
|
||||
}
|
||||
dirBox.value = systemstructure.path;
|
||||
|
Reference in New Issue
Block a user