Update missed_calls.php (#6960)

This commit is contained in:
Alex 2024-04-24 13:37:47 -07:00 committed by GitHub
parent 28efea22fd
commit c38caaadc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
<?php <?php
} }
if ($dashboard_chart_type == "none") { if ($dashboard_chart_type == "none") {
echo "<span class='hud_stat' style='padding-bottom: 27px; color: ".$dashboard_number_text_color.";' onclick=\"$('#hud_missed_calls_details').slideToggle('fast');\">".$num_rows."</span>"; echo "<span class='hud_stat' style='padding-bottom: 27px; color: ".$dashboard_number_text_color.";'>".$num_rows."</span>";
} }
echo "</div>\n"; echo "</div>\n";