Ver Fonte

Contact Times: Remove debug line.

Nate Jones há 10 anos atrás
pai
commit
55ac531b01
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      contact_times.php

+ 1 - 1
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 "	}";