Skip to content

Commit

Permalink
Moved files around. Hotlinked jQuery. Removed jQuery. Changed index.h…
Browse files Browse the repository at this point in the history
…tml to demo.html for clarity.
  • Loading branch information
coryschires committed Jan 25, 2011
1 parent fa3640b commit 517e614
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 153 deletions.
4 changes: 2 additions & 2 deletions index.html → demo.html
Expand Up @@ -7,8 +7,8 @@
<title>Quote Rotator</title>

<!-- javascripts -->
<script src="js/jquery-1.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.quote_rotator.js" type="text/javascript" charset="utf-8"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.quote_rotator.js" type="text/javascript" charset="utf-8"></script>

<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
Expand Down
File renamed without changes.

0 comments on commit 517e614

Please sign in to comment.