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