diff --git a/index.php b/index.php index df57a3f..72f9ce7 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ $details = isset($_GET['details']) ? $_GET['details'] : ""; function update() { $.get('page.php?rootpage=&orderby=&details=', function(data) { $("#page").html(data); - //window.setTimeout(update, 10000); // 10 secondes + window.setTimeout(update, 10000); // 10 secondes }); }