Layout and other changes

This commit is contained in:
genuineparts 2025-06-15 22:25:18 +02:00
parent 3f5ef1296a
commit 4632884065
41 changed files with 5563 additions and 544 deletions

View file

@ -11,23 +11,21 @@ class plugins_chatusers{
function chatuser_refresh(){
global $db, $config, $footer;
$footer .= "<script type=\"text/javascript\">
<!--
function chatusers()
{
$.ajax({
url: \"/ajax.php?task=chatusers\",
timeout: 1000,
success: function(data) {
$('.odometer').html(data);
$('.odometer-inside').html(data);
}
});
}
chatusers();
setInterval(\"chatusers()\",60000);
// -->
</script>";
}
}
?>
?>