Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Load jQuery from cdn (fix issue #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnirav committed Mar 6, 2012
1 parent f5cd982 commit 88da51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.html
@@ -1,3 +1,3 @@
<script type="text/javascript" src="jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.url.js"></script>
<script type="text/javascript" src="main.js"></script>

0 comments on commit 88da51c

Please sign in to comment.