From f5a6526519c0848f970e936b7835cdb86d2abbd3 Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Thu, 20 Dec 2018 23:29:23 -0500 Subject: [PATCH] oops, re-enabling refresh. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); }