diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-28 10:52:23 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-09-19 21:41:30 +0200 |
commit | 4df1aac4b7563d73baa210616a39bafe1b9590f0 (patch) | |
tree | 0317e3cd0ce6732495be986e2a8ef283327f19ef /application | |
parent | 1962f1217e4242bff26386b9ac67a0558b9e25ba (diff) |
Update jQuery UI and include sortable
Also drop in all the non minified version because we can and it might
be useful for debugging in the future.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-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 d4ee7a07c..fb7f01b0c 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.10.3.custom.min.css"); ?>" rel="stylesheet"> + <link href="<?php echo link_with_mtime("/data/css/ui-lightness/jquery-ui.min.css"); ?>" rel="stylesheet"> <link href="<?php echo link_with_mtime("/data/css/bootstrap.min.css"); ?>" rel="stylesheet"> <link href="<?php echo link_with_mtime("/data/css/style.css"); ?>" rel="stylesheet"> <link href="<?php echo link_with_mtime("/data/css/colorbox.css"); ?>" rel="stylesheet"> |