[freeside-commits] branch master updated. a5ebbe70342d11b17754ac95d00d6b71df0cd632
Ivan
ivan at 420.am
Sun Jun 14 14:26:46 PDT 2015
The branch, master has been updated
via a5ebbe70342d11b17754ac95d00d6b71df0cd632 (commit)
from 0f57e99bd0af253afa16e20f1141afee851b8d5a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a5ebbe70342d11b17754ac95d00d6b71df0cd632
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jun 14 14:26:45 2015 -0700
why wouldn't we want to hide the whole thing rather than leave a big blank gap?
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index d4129a3..d203e00 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 = ''
}
}
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/cust_main.cgi | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
More information about the freeside-commits
mailing list