Skip to content

Commit

Permalink
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
zoffixznet committed Aug 22, 2015
1 parent 94175a6 commit c150897
Show file tree
Hide file tree
Showing 19 changed files with 337 additions and 141 deletions.
Binary file modified 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.
Binary file modified html/css/custom-theme/images/ui-bg_flat_0_c0e472_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 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 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 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 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.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 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 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.
Binary file modified html/css/custom-theme/images/ui-icons_000000_256x240.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 html/css/custom-theme/images/ui-icons_63a4ff_256x240.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 html/css/custom-theme/images/ui-icons_e13755_256x240.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions html/js/jquery-1.11.3.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions html/js/jquery-1.7.2.min.js

This file was deleted.

17 changes: 0 additions & 17 deletions html/js/jquery-ui-1.8.21.custom.min.js

This file was deleted.

7 changes: 7 additions & 0 deletions html/js/jquery-ui.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions template/footer.html
Expand Up @@ -15,6 +15,6 @@
</div> <!-- footer -->
</div> <!-- footer-wrapper -->

<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.21.custom.min.js"></script>
<script type="text/javascript" src="/js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="/js/search.js"></script>
2 changes: 1 addition & 1 deletion template/head.html
@@ -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" />

0 comments on commit c150897

Please sign in to comment.