diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-01-25 19:47:57 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-25 19:47:57 -0800 |
| commit | c2cd954736936c7b872229f5c0eea7e7689f170b (patch) | |
| tree | 8f391af61ce257924737a7049c64e329573a8c08 /httemplate/elements/select-phonenum.html | |
| parent | d54e4b6ad9ddd6a753e81765d27ee285f7defbb0 (diff) | |
allow manual override of phone number, RT#19883
Diffstat (limited to 'httemplate/elements/select-phonenum.html')
| -rw-r--r-- | httemplate/elements/select-phonenum.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/select-phonenum.html b/httemplate/elements/select-phonenum.html index 18abe3dea..a8d9a7c3e 100644 --- a/httemplate/elements/select-phonenum.html +++ b/httemplate/elements/select-phonenum.html @@ -17,7 +17,7 @@ what.form.<% $opt{'prefix'} %>phonenum.disabled = 'disabled'; what.form.<% $opt{'prefix'} %>phonenum.style.display = 'none'; var phonenumwait = document.getElementById('<% $opt{'prefix'} %>phonenumwait'); - phonenumwait.style.display = ''; + phonenumwait.style.display = 'inline'; var phonenumerror = document.getElementById('<% $opt{'prefix'} %>phonenumerror'); phonenumerror.style.display = 'none'; @@ -54,7 +54,7 @@ what.form.<% $opt{'prefix'} %>phonenum.style.display = ''; } else { var phonenumerror = document.getElementById('<% $opt{'prefix'} %>phonenumerror'); - phonenumerror.style.display = ''; + phonenumerror.style.display = 'inline'; } //run the callback |
