Skip to content

Commit

Permalink
Updated to jQuery 1.6.4 and added Google CDN download
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Christiaanse committed Oct 6, 2011
1 parent 5082606 commit 7307bbb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ <h1></h1>
<li class="delete separator"><a href="#delete"></a></li>
</ul>

<script type="text/javascript" src="scripts/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript">
!window.jQuery && document.write('<script src="scripts/jquery-1.6.4.min.js"><\/script>');
</script>
<script type="text/javascript" src="scripts/jquery.form-2.63.js"></script>
<script type="text/javascript" src="scripts/jquery.splitter/jquery.splitter-1.5.1.js"></script>
<script type="text/javascript" src="scripts/jquery.filetree/jqueryFileTree.js"></script>
Expand Down
5 changes: 4 additions & 1 deletion plugins/image-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
<img id="photo" src="" alt="image" />
</div>

<script type="text/javascript" src="../../scripts/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript">
!window.jQuery && document.write('<script src="../../scripts/jquery-1.6.4.min.js"><\/script>');
</script>
<script type="text/javascript" src="scripts/jquery.ba-replacetext.js"></script>
<script type="text/javascript" src="../../scripts/jquery.form-2.63.js"></script>
<script type="text/javascript" src="../../scripts/jquery.impromptu-3.1.min.js"></script>
Expand Down
18 changes: 0 additions & 18 deletions scripts/jquery-1.6.1.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions scripts/jquery-1.6.4.min.js

Large diffs are not rendered by default.

0 comments on commit 7307bbb

Please sign in to comment.