mirror of
https://github.com/ellite/Wallos.git
synced 2026-05-04 02:49:57 -05:00
Fix: Currency not preselected on registration
This commit is contained in:
@@ -25,7 +25,7 @@ function storeFormFields() {
|
||||
|
||||
function restoreFormFieldValue(fieldId) {
|
||||
var fieldElement = document.getElementById(fieldId);
|
||||
if (fieldElement) {
|
||||
if (localStorage.getItem(fieldId)) {
|
||||
fieldElement.value = localStorage.getItem(fieldId) || '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user