diff --git a/index.php b/index.php index ada0eff..aea0cd4 100644 --- a/index.php +++ b/index.php @@ -27,7 +27,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 }); }