summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/status_filter_reload.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/status_filter_reload.php b/usr/local/www/status_filter_reload.php
index 209631d..1c083ad 100644
--- a/usr/local/www/status_filter_reload.php
+++ b/usr/local/www/status_filter_reload.php
@@ -63,7 +63,7 @@ if($_GET['getstatus']) {
<div id="reloadinfo" name="reloadinfo">This page will automatically refresh every 3 seconds until the filter is done reloading.</div>
-<?php include("fend.inc"); ?>
+
<script language="javascript">
/* init update "thread */
@@ -95,7 +95,7 @@ function update_data(obj) {
</script>
<script language="javascript">
-/**
+/*
* getURL is a proprietary Adobe function, but it's simplicity has made it very
* popular. If getURL is undefined we spin our own by wrapping XMLHttpRequest.
*/
@@ -141,5 +141,7 @@ if (typeof getURL == 'undefined') {
window.setTimeout('update_status_thread()', 2500);
</script>
+<?php include("fend.inc"); ?>
+
</body>
</html>
OpenPOWER on IntegriCloud