From 3d3cdff6c853c72ca4257f68c61171c9af2b0022 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sun, 17 May 2015 06:23:51 +0000 Subject: [PATCH] Contact Times: Remove debug line. --- app/contacts/contact_times.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_times.php b/app/contacts/contact_times.php index 6084a7a40f..7d4eb6e9cb 100644 --- a/app/contacts/contact_times.php +++ b/app/contacts/contact_times.php @@ -125,7 +125,7 @@ else { echo " else {"; echo " div_times.style.height = div_times.scrollHeight + 1; "; echo " }"; - //echo " alert('offsetHeight = '+div_times.offsetHeight+', scrollHeight = '+div_times.scrollHeight+', clientHeight = '+div_times.clientHeight);"; + echo " if (div_times.scrollHeight > div_times.clientHeight) {"; echo " td_filler.style.display = ''; "; echo " }";