Skip to content

Commit

Permalink
Upgrade to jQuery 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Delisle committed Jan 2, 2011
1 parent 6ebc1e4 commit b923bb3
Show file tree
Hide file tree
Showing 8 changed files with 2,041 additions and 1,102 deletions.
2 changes: 1 addition & 1 deletion db_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
require_once './libraries/common.inc.php';

$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2.js';
$GLOBALS['js_include'][] = 'jquery/jquery-1.4.4.js';
$GLOBALS['js_include'][] = 'db_search.js';

/**
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function getFrames() {
};
// ]]>
</script>
<script src="./js/jquery/jquery-1.4.2.js" type="text/javascript"></script>
<script src="./js/jquery/jquery-1.4.4.js" type="text/javascript"></script>
<script src="./js/update-location.js" type="text/javascript"></script>
<script src="./js/common.js" type="text/javascript"></script>
</head>
Expand Down
Loading

0 comments on commit b923bb3

Please sign in to comment.