summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-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 = ''
}
}