mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Contact Times: Remove debug line.
This commit is contained in:
@@ -125,7 +125,7 @@ else {
|
|||||||
echo " else {";
|
echo " else {";
|
||||||
echo " div_times.style.height = div_times.scrollHeight + 1; ";
|
echo " div_times.style.height = div_times.scrollHeight + 1; ";
|
||||||
echo " }";
|
echo " }";
|
||||||
//echo " alert('offsetHeight = '+div_times.offsetHeight+', scrollHeight = '+div_times.scrollHeight+', clientHeight = '+div_times.clientHeight);";
|
|
||||||
echo " if (div_times.scrollHeight > div_times.clientHeight) {";
|
echo " if (div_times.scrollHeight > div_times.clientHeight) {";
|
||||||
echo " td_filler.style.display = ''; ";
|
echo " td_filler.style.display = ''; ";
|
||||||
echo " }";
|
echo " }";
|
||||||
|
|||||||
Reference in New Issue
Block a user