mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-03-27 14:48:37 -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);
|
||||
}
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user