why wouldn't we want to hide the whole thing rather than leave a big blank gap?
[freeside.git] / httemplate / edit / cust_main.cgi
index d4129a3..d203e00 100755 (executable)
 
 <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 = ''
   }
 }