Skip to content

Commit

Permalink
Add jquery 1.8.3 and jquery 1.10.1 to the repo (like bootstrap) to av…
Browse files Browse the repository at this point in the history
…oid external javascript.
  • Loading branch information
rbvermaa committed May 30, 2014
1 parent 3d45c63 commit 6803987
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions js/jquery-ui.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/jquery.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions layout.tt
Expand Up @@ -8,8 +8,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="[% root %]js/jquery.min.js"></script>
<script type="text/javascript" src="[% root %]js/jquery-ui.min.js"></script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Expand Down

0 comments on commit 6803987

Please sign in to comment.