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