mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-08-11 16:42:25 -04:00
unnecessary code removed
This commit is contained in:
parent
b7b370b1c7
commit
335f842847
@ -92,13 +92,6 @@ class Constellation
|
|||||||
$array[] = new Service(0, _("No services"), -1);
|
$array[] = new Service(0, _("No services"), -1);
|
||||||
}
|
}
|
||||||
if (!$admin) {
|
if (!$admin) {
|
||||||
?>
|
|
||||||
<script>
|
|
||||||
$(document).ready(function() {
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<?php
|
|
||||||
//echo '<div id="status-container" class="clearfix">';
|
//echo '<div id="status-container" class="clearfix">';
|
||||||
//$arrCompletedGroups = array();
|
//$arrCompletedGroups = array();
|
||||||
foreach ($array as $service) {
|
foreach ($array as $service) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user