unnecessary code removed

This commit is contained in:
Tealk
2021-03-21 12:58:05 +01:00
parent b7b370b1c7
commit 335f842847
-7
View File
@@ -92,13 +92,6 @@ class Constellation
$array[] = new Service(0, _("No services"), -1);
}
if (!$admin) {
?>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<?php
//echo '<div id="status-container" class="clearfix">';
//$arrCompletedGroups = array();
foreach ($array as $service) {