Skip to content

Commit

Permalink
Upgrade to jquery 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acidvertigo committed Mar 27, 2012
1 parent 1ca04a3 commit 4af5f15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion catalog/admin/includes/template_top.php
Expand Up @@ -19,7 +19,7 @@
<base href="<?php echo HTTP_SERVER . DIR_WS_ADMIN; ?>" />
<!--[if IE]><script type="text/javascript" src="<?php echo tep_catalog_href_link('ext/flot/excanvas.min.js'); ?>"></script><![endif]-->
<link rel="stylesheet" href="<?php echo tep_catalog_href_link('ext/jquery/ui/redmond/jquery-ui-1.8.17.css'); ?>">
<script src="<?php echo tep_catalog_href_link('ext/jquery/jquery-1.7.1.min.js'); ?>"></script>
<script src="<?php echo tep_catalog_href_link('ext/jquery/jquery-1.7.2.min.js'); ?>"></script>
<script src="<?php echo tep_catalog_href_link('ext/jquery/ui/jquery-ui-1.8.17.min.js'); ?>"></script>

<?php
Expand Down
4 changes: 0 additions & 4 deletions catalog/ext/jquery/jquery-1.7.1.min.js

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion catalog/includes/template_top.php
Expand Up @@ -27,7 +27,7 @@
<title><?php echo tep_output_string_protected($oscTemplate->getTitle()); ?></title>
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>" />
<link rel="stylesheet" href="ext/jquery/ui/redmond/jquery-ui-1.8.17.css" />
<script src="ext/jquery/jquery-1.7.1.min.js"></script>
<script src="ext/jquery/jquery-1.7.2.min.js"></script>
<script src="ext/jquery/ui/jquery-ui-1.8.17.min.js"></script>

<?php
Expand Down

0 comments on commit 4af5f15

Please sign in to comment.