Skip to content

Commit

Permalink
Update jQuery to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codysherman committed Feb 26, 2011
1 parent 6537127 commit 7363bcf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
16 changes: 0 additions & 16 deletions libraries/jquery-1.5.min.js

This file was deleted.

17 changes: 17 additions & 0 deletions libraries/jquery.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions manifest.json
@@ -1,6 +1,6 @@
{
"name": "Scroll To Top Button",
"version": "5.0",
"version": "5.0.1",
"description": "Adds a scroll to top or bottom button.",
"icons": {"16": "icons/icon16.png",
"32": "icons/icon32.png",
Expand All @@ -9,7 +9,7 @@
"options_page": "options.html",
"background_page": "background.html",
"content_scripts": [
{ "matches": ["<all_urls>"], "js": ["libraries/jquery-1.5.min.js", "libraries/jquery.easing.js", "libraries/jQueryRotate.js", "jquery.scroll.pack.js", "content_script.js", "libraries/shortcut.js"] }
{ "matches": ["<all_urls>"], "js": ["libraries/jquery.js", "libraries/jquery.easing.js", "libraries/jQueryRotate.js", "jquery.scroll.pack.js", "content_script.js", "libraries/shortcut.js"] }
],
"permissions": [
"tabs", "contextMenus"
Expand Down
2 changes: 1 addition & 1 deletion options.html
Expand Up @@ -3,7 +3,7 @@


<link rel="stylesheet" type="text/css" href="/style.css">
<script type="text/javascript" src="/libraries/jquery-1.5.min.js"></script>
<script type="text/javascript" src="/libraries/jquery.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
</style>
<script type="text/javascript">
Expand Down

0 comments on commit 7363bcf

Please sign in to comment.