Formatted the "sessions details".
This commit is contained in:
@@ -27,7 +27,7 @@ $details = isset($_GET['details']) ? $_GET['details'] : "";
|
||||
function update() {
|
||||
$.get('page.php?rootpage=<?php echo $rootpage ?>&orderby=<?php echo $orderby ?>&details=<?php echo $details ?>', function(data) {
|
||||
$("#page").html(data);
|
||||
window.setTimeout(update, 10000); // 10 secondes
|
||||
//window.setTimeout(update, 10000); // 10 secondes
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user