From ae44e74621e6ce12e37505ff81087b1f77ccbb25 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 12 May 2023 16:07:46 +0200 Subject: [PATCH] update reload overview --- public_html/deployment/classes/projectlist.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/deployment/classes/projectlist.class.php b/public_html/deployment/classes/projectlist.class.php index 4285c982..c3629eeb 100644 --- a/public_html/deployment/classes/projectlist.class.php +++ b/public_html/deployment/classes/projectlist.class.php @@ -555,7 +555,7 @@ class projectlist extends base{ </thead> <tbody> ' . $sOut . '</tbody></table>' - . '<script>window.setTimeout("setDefaultView();", 50); window.setTimeout("window.location.replace(window.location.pathname + window.location.search + window.location.hash);; ", 60000);</script>'; + . '<script>window.setTimeout("setDefaultView();", 50); window.setTimeout("window.location.replace(window.location.pathname + window.location.search + window.location.hash);", 60000);</script>'; } else { $sOut = t("class-pl-error-no-project") . '<br><br>' . $oPrj1->renderLink("new") -- GitLab