summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-16 22:33:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-16 22:33:24 +0000
commit670fe8496ebd0f39e18cfad540ee1ad15db1766f (patch)
treee89aeed41dadee41dc51b6fbcf2572d1f7596cd3 /usr/local/www/index.php
parentc09bb9c1169147c873d565cd4790f9a3adcc45c3 (diff)
downloadpfsense-670fe8496ebd0f39e18cfad540ee1ad15db1766f.zip
pfsense-670fe8496ebd0f39e18cfad540ee1ad15db1766f.tar.gz
Add ajaxStarted which will tell if Ajax has started.
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 14bca30..65afb5f 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -123,7 +123,9 @@
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-
+<script language="javascript">
+var ajaxStarted = false;
+</script>
<?php
include("fbegin.inc");
if(!file_exists("/usr/local/www/themes/{$g['theme']}/no_big_logo"))
OpenPOWER on IntegriCloud