Contact Times: Remove debug line.

This commit is contained in:
Nate Jones
2015-05-17 06:23:51 +00:00
parent 1ff7d1c1ba
commit 3d3cdff6c8

View File

@@ -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 " }";