oops, re-enabled autorefresh

This commit is contained in:
2018-12-01 22:09:18 -05:00
parent e5e3ad5b71
commit a4c09b0b27

View File

@@ -24,7 +24,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>