unnecessary code removed

This commit is contained in:
Tealk 2021-03-21 12:58:05 +01:00
parent b7b370b1c7
commit 335f842847
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 0 additions and 7 deletions

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) {