Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Bumping jQuery version to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbueza committed Nov 26, 2013
1 parent 489a69c commit 8ab0bee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/carousel.html
Expand Up @@ -21,7 +21,7 @@ <h2>My Photo Gallery (jCarousel plugin injection)</h2>
</div>
</div>

<script src="//code.jquery.com/jquery-1.8.0.min.js"></script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="../dist/mojo.js"></script>
<script src="js/app.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion example/jsonp.html
Expand Up @@ -25,7 +25,7 @@ <h3><a href="{{Link}}" title="{{Title}}">{{Title}}</a></h3>
</div>

</div>
<script src="//code.jquery.com/jquery-1.8.0.min.js"></script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="../dist/mojo.js"></script>
<script src="js/app.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion example/linkedin.html
Expand Up @@ -31,7 +31,7 @@
api_key: yVfq78DuQ342t1JrZGhWSKdmFPMAOm_6-Yzsti0QatFLNJHlqcqyvvHml4H696xF
authorize: true
</script>
<script src="//code.jquery.com/jquery-1.8.0.min.js"></script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="../dist/mojo.js"></script>
<script src="js/app.linkedin.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion example/test.html
Expand Up @@ -61,7 +61,7 @@ <h3>Profile Controller</h3>
</div>
</div>

<script src="//code.jquery.com/jquery-1.8.0.min.js"></script>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="../dist/mojo.js"></script>
<script src="js/app.js"></script>
<script>
Expand Down

0 comments on commit 8ab0bee

Please sign in to comment.