summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorVinicius Coque <vcoque@gmail.com>2011-07-16 16:22:00 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2011-09-27 19:31:18 -0300
commit9cd55a6611f117ae7330cbfdf79649ae1408f351 (patch)
tree1a05e568644026a302dfa924a8bfedac6e8d04e9 /usr/local/www/head.inc
parentb7027baee4b704c86ee04341571a1aff1adfcc49 (diff)
downloadpfsense-9cd55a6611f117ae7330cbfdf79649ae1408f351.zip
pfsense-9cd55a6611f117ae7330cbfdf79649ae1408f351.tar.gz
Add jQuery javascript library
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 69e2019..710feb5 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -43,8 +43,11 @@ $pagetitle = gentitle( $pgtitle );
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print">
<link rel="stylesheet" type="text/css" href="/themes/<?=$g['theme']?>/new_tab_menu.css" media="all">
<script type="text/javascript" src="/javascript/niftyjsCode.js"></script>
+ <script type="text/javascript" src="/javascript/jquery.js"></script>
<script type="text/javascript">
var theme = "<?php echo $g['theme']; ?>";
+
+ jQuery.noConflict();
</script>
<?php echo "\t<script type=\"text/javascript\" src=\"/themes/{$g['theme']}/loader.js\"></script>\n"; ?>
<?php
@@ -92,4 +95,4 @@ if($config['remote_managed_pages']['item']) {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud