diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:44:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:44:35 +0200 |
commit | 5887754d12d84c6a72a95392ad01b70fbf981fa8 (patch) | |
tree | e863e06391207b31118388c3ee6b3392c3e280d4 /application/views/header.php | |
parent | 3a5c68fd37579ef7fae8114f16be2b53947c0135 (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.php | 2 |
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 |