Formatted the "sessions details".

This commit is contained in:
2018-12-20 23:21:16 -05:00
parent 33976ab0d7
commit 6098bb9acc
5 changed files with 59 additions and 13 deletions

View File

@@ -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>