oops, re-enabling refresh.

This commit is contained in:
2018-12-20 23:29:23 -05:00
parent d83df037c6
commit f5a6526519

View File

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