summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorBill Marquette <bill.marquette@gmail.com>2009-03-14 01:25:46 -0500
committerBill Marquette <bill.marquette@gmail.com>2009-03-14 01:26:52 -0500
commit01da41cf8a21a07734e25a5bce4c2d35f81a0134 (patch)
tree3500d038d20cbf08e1d6dc3102304cf5f5df1f1b /usr/local/www/head.inc
parent9050b9f970dc6531c749be488f57f7c14a89b77a (diff)
downloadpfsense-01da41cf8a21a07734e25a5bce4c2d35f81a0134.zip
pfsense-01da41cf8a21a07734e25a5bce4c2d35f81a0134.tar.gz
Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index bbb3b5c..0d48fa2 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -73,14 +73,6 @@ $pagetitle = gentitle( $pgtitle );
}
}
- if ($oSajax):
-?>
- <script language="javascript" type="text/javascript">
- <?php $oSajax->sajax_show_javascript(); ?>
- </script>
-
-<? endif; ?>
-
-<?php if (!isset($closehead))
+if (!isset($closehead))
echo "</head>";
?>
OpenPOWER on IntegriCloud