Skip to content

Commit

Permalink
Update jQuery-UI to version 1.12.1. Update jQuery to Version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Dobrev committed Apr 18, 2017
1 parent 9a59b95 commit c9cc260
Show file tree
Hide file tree
Showing 11 changed files with 23,419 additions and 18,436 deletions.
5 changes: 0 additions & 5 deletions public/default/css/jquery-ui-1.10.3.custom.min.css

This file was deleted.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions public/default/css/jquery-ui.min.css

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions public/default/js/jquery-2.1.0.min.js

This file was deleted.

15,003 changes: 0 additions & 15,003 deletions public/default/js/jquery-ui-1.10.3.js

This file was deleted.

12 changes: 0 additions & 12 deletions public/default/js/jquery-ui-1.10.3.min.js

This file was deleted.

18,706 changes: 18,706 additions & 0 deletions public/default/js/jquery-ui.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions public/default/js/jquery-ui.min.js

Large diffs are not rendered by default.

7,470 changes: 4,306 additions & 3,164 deletions public/default/js/jquery-2.1.0.js → public/default/js/jquery.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions public/default/js/jquery.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions templates/layouts/default.html.ep
Expand Up @@ -23,10 +23,10 @@
<meta charset="utf-8" />
<title><%= title %></title>
<link rel="shortcut icon" href="<%= $custom_template %>/img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="<%= $custom_template %>/css/jquery-ui-1.10.3.custom.min.css" />
<link rel="stylesheet" type="text/css" href="<%= $custom_template %>/css/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="<%= $custom_template %>/css/style.css" />
<script src="<%= $custom_template %>/js/jquery-2.1.0.min.js"></script>
<script src="<%= $custom_template %>/js/jquery-ui-1.10.3.min.js"></script>
<script src="<%= $custom_template %>/js/jquery.min.js"></script>
<script src="<%= $custom_template %>/js/jquery-ui.min.js"></script>
<script src="<%= $custom_template %>/js/webrsnapshot.js"></script>
<script>
if ("<%= flash 'saved' %>" == "yes") {
Expand Down

0 comments on commit c9cc260

Please sign in to comment.