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