Skip to content

Commit

Permalink
Update Feature: Update jQuery to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepone committed Jan 30, 2015
1 parent b5e2f7e commit 3313e11
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/gleez/classes/assets.php
Expand Up @@ -747,7 +747,7 @@ private static function _init_js()
{
if(isset(self::$js) OR isset(self::$codes) OR isset(self::$settings))
{
self::js('jquery', 'media/js/jquery-1.11.1.min.js', NULL, FALSE, array('weight' => -20));
self::js('jquery', 'media/js/jquery-1.11.2.min.js', NULL, FALSE, array('weight' => -20));
self::js('gleez', 'media/js/gleez.js', array('jquery'), FALSE, array('weight' => -5));

$data = Arr::merge(array(array('basePath' => URL::base(TRUE))), self::$settings);
Expand Down
4 changes: 0 additions & 4 deletions modules/gleez/media/js/jquery-1.11.1.min.js

This file was deleted.

1 change: 0 additions & 1 deletion modules/gleez/media/js/jquery-1.11.1.min.map

This file was deleted.

4 changes: 4 additions & 0 deletions modules/gleez/media/js/jquery-1.11.2.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions modules/gleez/media/js/jquery-1.11.2.min.map

Large diffs are not rendered by default.

0 comments on commit 3313e11

Please sign in to comment.