summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-09-22 08:12:38 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-09-22 08:18:02 -0300
commitb9cf74c3b3c19c3912fe9ecb10b519bff5583f13 (patch)
treed5dc71c09c0b0320cd04e2bfb22fbedb16b64e2f /usr/local/www/head.inc
parentb446562b5c53842e535999d7d9ff2f573d596973 (diff)
downloadpfsense-b9cf74c3b3c19c3912fe9ecb10b519bff5583f13.zip
pfsense-b9cf74c3b3c19c3912fe9ecb10b519bff5583f13.tar.gz
Update jquery-ui components to 1.11.1, it fixes #3879"
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 46d354f..afdee93 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -33,11 +33,11 @@ $pagetitle = gentitle( $pgtitle );
<link rel="stylesheet" type="text/css" href="/niftycssCode.css" />
<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" />
- <link rel="stylesheet" type="text/css" href="javascript/jquery/jquery-ui.custom.css" />
+ <link rel="stylesheet" type="text/css" href="javascript/jquery/jquery-ui-1.11.1.css" />
<script type="text/javascript" src="/javascript/niftyjsCode.js"></script>
<script type="text/javascript" src="/javascript/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="/javascript/jquery-migrate-1.2.1.min.js"></script>
- <script type="text/javascript" src="/javascript/jquery/jquery-ui.custom.min.js"></script>
+ <script type="text/javascript" src="/javascript/jquery/jquery-ui-1.11.1.min.js"></script>
<script type="text/javascript">
//<![CDATA[
var theme = "<?php echo $g['theme']; ?>";
OpenPOWER on IntegriCloud