Skip to content
Snippets Groups Projects
Commit 6dd29498 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

refresh overview every 60 sec

parent cc00c404
No related branches found
No related tags found
1 merge request!46refresh overview every 60 sec
...@@ -555,7 +555,7 @@ class projectlist extends base{ ...@@ -555,7 +555,7 @@ class projectlist extends base{
</thead> </thead>
<tbody> <tbody>
' . $sOut . '</tbody></table>' ' . $sOut . '</tbody></table>'
. '<script>window.setTimeout("setDefaultView();", 50);</script>'; . '<script>window.setTimeout("setDefaultView();", 50); window.setTimeout("window.location.replace(window.location.pathname + window.location.search + window.location.hash);; ", 60000);</script>';
} else { } else {
$sOut = t("class-pl-error-no-project") . '<br><br>' $sOut = t("class-pl-error-no-project") . '<br><br>'
. $oPrj1->renderLink("new") . $oPrj1->renderLink("new")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment