Skip to content

Commit

Permalink
Upgraded jQuery UI to 1.8.24, closes rockharbor#310
Browse files Browse the repository at this point in the history
  • Loading branch information
scj1091 committed Jul 23, 2014
1 parent be67ec8 commit e0b3edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/layouts/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// google cdn scripts
$min = Configure::read('debug') == 0 ? '.min' : null;
echo $this->Html->script('//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery'.$min.'.js');
echo $this->Html->script('//ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui'.$min.'.js');
echo $this->Html->script('//ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui'.$min.'.js');

// vendor scripts
$this->AssetCompress->script('jquery.plugins/jquery.form');
Expand Down
2 changes: 1 addition & 1 deletion views/layouts/public.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// google cdn scripts
$min = Configure::read('debug') == 0 ? '.min' : null;
echo $this->Html->script('//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery'.$min.'.js');
echo $this->Html->script('//ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui'.$min.'.js');
echo $this->Html->script('//ajax.googleapis.com/ajax/libs/jqueryui/1.8.24/jquery-ui'.$min.'.js');

// vendor scripts
$this->AssetCompress->script('jquery.plugins/jquery.qtip');
Expand Down

0 comments on commit e0b3edc

Please sign in to comment.