summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 14:26:46 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 14:26:46 -0700
commit99c8aef927feeb4ecf015957bb69c3ed3e7873e1 (patch)
tree88dd8db98e708db4508982f9585b1f96df58843e
parent05fbd4d676898012b9870612e73aedb34c03ca3c (diff)
why wouldn't we want to hide the whole thing rather than leave a big blank gap?
-rwxr-xr-xhttemplate/edit/cust_main.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index d4129a37c..d203e0044 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -97,12 +97,10 @@
<SCRIPT>
function samechanged(what) {
-%# document.getElementById('table_ship_location').style.visibility =
var t1 = document.getElementById('table_ship_location');
if ( what.checked ) {
t1.style.display = 'none';
- }
- else {
+ } else {
t1.style.display = ''
}
}