Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update jQuery and jQuery UI to bring in new methods for Autocomplete
- Loading branch information
1 parent
94175a6
commit c150897
Showing
19 changed files
with
337 additions
and
141 deletions.
There are no files selected for viewing
Binary file modified
BIN
+41 Bytes
(120%)
html/css/custom-theme/images/ui-bg_flat_0_888888_40x100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+30 Bytes
(120%)
html/css/custom-theme/images/ui-bg_flat_75_ffffff_40x100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+197 Bytes
(260%)
html/css/custom-theme/images/ui-bg_glass_45_80b5ff_1x400.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+165 Bytes
(190%)
html/css/custom-theme/images/ui-bg_glass_75_c0e472_1x400.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+208 Bytes
(250%)
html/css/custom-theme/images/ui-bg_glass_75_f5e47b_1x400.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+180 Bytes
(210%)
html/css/custom-theme/images/ui-bg_highlight-soft_75_f5e47b_1x100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+149 Bytes
(190%)
html/css/custom-theme/images/ui-bg_inset-hard_95_e47286_1x100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+214 Bytes
(280%)
html/css/custom-theme/images/ui-bg_inset-hard_95_f5e47b_1x100.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
439 changes: 322 additions & 117 deletions
439
.../custom-theme/jquery-ui-1.8.21.custom.css → html/css/custom-theme/jquery-ui.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| <meta name=viewport content="width=device-width, initial-scale=1"> | ||
| <link rel="icon" href="/favicon.ico" type="image/x-icon" /> | ||
| <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" title="default" /> | ||
| <link type="text/css" href="/css/custom-theme/jquery-ui-1.8.21.custom.css" rel="stylesheet" /> | ||
| <link type="text/css" href="/css/custom-theme/jquery-ui.css" rel="stylesheet" /> | ||
| <link type="text/css" href="/css/pygments.css" rel="stylesheet" /> | ||
|
|