ltl2tgba.html: Fix initialization of unset options on reload.

* wrap/python/ajax/ltl2tgba.html: On page reload, do not ignore
fields for which no value has been set in the hash fragment.
Otherwise they will keep their default value.
Reported by Thomas Badie.
This commit is contained in:
Alexandre Duret-Lutz 2012-03-08 22:02:16 +01:00
parent 802319ddbb
commit 187997fe5d
2 changed files with 10 additions and 3 deletions

View file

@ -72,9 +72,7 @@
value = hashparam[name];
if (value.constructor != Array)
value = [value];
} else {
return;
}
}
switch(this.type || this.tagName.toLowerCase()) {
case "radio":
case "checkbox":