diff options
-rw-r--r-- | pages/searchresults.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/searchresults.ecpp b/pages/searchresults.ecpp index 5a3653c..5097a39 100644 --- a/pages/searchresults.ecpp +++ b/pages/searchresults.ecpp @@ -37,7 +37,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <link rel="stylesheet" type="text/css" href="/styles.css" /> <& pageelems.ajax_js &> </head> - <body onload="LiveStatusAjaxRequest('infobox.html', 'infobox')"> + <body onload="<& pageelems.infobox_start_update &>"> <& pageelems.logo &> <& menu active=("searchresults") &> <div class="inhalt"> |