summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 14:25:28 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 14:25:28 -0700
commit8dc1a901bc08cd1d24f5d2e7643273b28d850796 (patch)
treee5f9e0f51166bf3fbc55c4dd3c727d1cb8075018
parent98912ac0e8ca237cb9ce5a969f026a099b2954ea (diff)
re-enable calling samechanged on page load, fallout from #21327, #21924
-rwxr-xr-xhttemplate/edit/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index c36a6e4b7..e9d131a78 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -112,7 +112,7 @@ function samechanged(what) {
t1.style.visibility = 'visible'
}
}
-//samechanged(document.getElementById('same'));
+samechanged(document.getElementById('same'));
</SCRIPT>
<BR>