Layout and other changes
This commit is contained in:
parent
3f5ef1296a
commit
4632884065
41 changed files with 5563 additions and 544 deletions
|
@ -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>";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue