fix php error "needs to return an array"

This commit is contained in:
Steffen Müller
2024-04-02 18:10:29 +02:00
parent e7a294ef42
commit 541555294b
2 changed files with 9 additions and 17 deletions
+7
View File
@@ -118,3 +118,10 @@ Template::render_header("Status");
Template::render_footer();
}
?>
<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<?php