summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorVinicius Coque <vcoque@gmail.com>2011-11-16 00:06:55 -0200
committerVinicius Coque <vcoque@gmail.com>2011-11-16 00:12:21 -0200
commitc69c58e2e7146834c48fb4c3556d2fc18bfd691e (patch)
tree2860a0ab8eeaae5b8f0bb9f754a9cb96a064c9b4 /usr/local/www/head.inc
parent4573641589d50718b544b778cea864cfd725078a (diff)
downloadpfsense-c69c58e2e7146834c48fb4c3556d2fc18bfd691e.zip
pfsense-c69c58e2e7146834c48fb4c3556d2fc18bfd691e.tar.gz
Converting from scriptaculous to jQuery
Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 710feb5..6301d14 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -44,6 +44,7 @@ $pagetitle = gentitle( $pgtitle );
<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" src="/javascript/jquery/jquery-ui.custom.min.js"></script>
<script type="text/javascript">
var theme = "<?php echo $g['theme']; ?>";
OpenPOWER on IntegriCloud