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

Merge branch '5997-no-autocomplete' into 'master'

refresh overview every 60 sec

See merge request !46
parents 3b25517c 6dd29498
No related branches found
No related tags found
1 merge request!46refresh overview every 60 sec
Pipeline #1471 passed
......@@ -555,7 +555,7 @@ class projectlist extends base{
</thead>
<tbody>
' . $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 {
$sOut = t("class-pl-error-no-project") . '<br><br>'
. $oPrj1->renderLink("new")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment