Skip to content

Commit

Permalink
* I should probably update jQuery libraries, they've been up for mont…
Browse files Browse the repository at this point in the history
…hs now... (Load.php, core/javascript/*)
  • Loading branch information
Nao committed Oct 21, 2014
1 parent ae18f6c commit f7822f7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/app/Load.php
Expand Up @@ -1574,7 +1574,7 @@ function loadTheme($skin = '', $initialize = true)
$context['macros'] = array();
$context['skeleton'] = array();
$context['skeleton_ops'] = array();
$context['jquery_version'] = we::is('ie[-8],firefox[-3.6]') ? '1.11.0' : '2.1.0';
$context['jquery_version'] = we::is('ie[-8],firefox[-3.6]') ? '1.11.1' : '2.1.1';
loadSource('Subs-Cache');

// If output is an Ajax request, or printer-friendly
Expand Down
4 changes: 0 additions & 4 deletions core/javascript/jquery-1.11.0.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions core/javascript/jquery-1.11.1.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions core/javascript/jquery-2.1.0.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions core/javascript/jquery-2.1.1.min.js

Large diffs are not rendered by default.

0 comments on commit f7822f7

Please sign in to comment.