summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph.php
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/status_rrd_graph.php
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/status_rrd_graph.php')
-rw-r--r--usr/local/www/status_rrd_graph.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php
index bc20666..d64f9ec 100644
--- a/usr/local/www/status_rrd_graph.php
+++ b/usr/local/www/status_rrd_graph.php
@@ -285,10 +285,10 @@ include("head.inc");
<?php if ($curcat === "custom") { ?>
<link rel="stylesheet" type="text/css" href="/javascript/jquery-ui-timepicker-addon/css/jquery-ui-timepicker-addon.css" />
- <?php if (file_exists("{$g['www_path']}/themes/{$g['theme']}/jquery-ui.custom.css")) { ?>
- <link rel="stylesheet" type="text/css" href="/themes/<?= $g['theme'] ?>/jquery-ui.custom.css" />
+ <?php if (file_exists("{$g['www_path']}/themes/{$g['theme']}/jquery-ui-1.11.1.css")) { ?>
+ <link rel="stylesheet" type="text/css" href="/themes/<?= $g['theme'] ?>/jquery-ui-1.11.1.css" />
<?php } else { ?>
- <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" />
<?php } ?>
<script type="text/javascript" src="/javascript/jquery-ui-timepicker-addon/js/jquery-ui-timepicker-addon.js"></script>
<script type="text/javascript">
OpenPOWER on IntegriCloud