Skip to content

Commit

Permalink
Changed to minified jquery.
Browse files Browse the repository at this point in the history
  • Loading branch information
orderedlist committed Sep 4, 2008
1 parent 21a59da commit 5d9f29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery/index.html
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Fancy Zoom by John Nunemaker</title>
<link rel="stylesheet" href="../css/common.css" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="js/fancyzoom.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
Expand Down Expand Up @@ -94,7 +94,7 @@ <h2>Installation</h2>

<p>Add the following scripts and checkout the notes below (or view the source of this page).</p>

<pre><code>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"&gt;&lt;/script&gt;
<pre><code>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/fancyzoom.js"&gt;&lt;/script&gt;</code></pre>

<h2>Notes</h2>
Expand Down

0 comments on commit 5d9f29c

Please sign in to comment.