summaryrefslogtreecommitdiffstats
path: root/application/views/header.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-06-09 00:44:35 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-06-09 00:44:35 +0200
commit5887754d12d84c6a72a95392ad01b70fbf981fa8 (patch)
treee863e06391207b31118388c3ee6b3392c3e280d4 /application/views/header.php
parent3a5c68fd37579ef7fae8114f16be2b53947c0135 (diff)
update jquery and jquery.ui to 2.0.2 and 1.10.3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/header.php')
-rw-r--r--application/views/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/header.php b/application/views/header.php
index 23d4104bf..0a717d6dc 100644
--- a/application/views/header.php
+++ b/application/views/header.php
@@ -13,7 +13,7 @@ if (is_cli_client() && !isset($force_full_html)) {
<meta name="description" content="">
<meta name="author" content="">
- <link href="<?php echo link_with_mtime("/data/css/ui-lightness/jquery-ui-1.8.23.custom.css"); ?>" rel="stylesheet">
+ <link href="<?php echo link_with_mtime("/data/css/ui-lightness/jquery-ui-1.10.3.custom.min.css"); ?>" rel="stylesheet">
<link href="<?php echo link_with_mtime("/data/css/bootstrap-2.3.2.min.css"); ?>" rel="stylesheet">
<link href="<?php echo link_with_mtime("/data/css/style.css"); ?>" rel="stylesheet">
<?php