Skip to content

Commit

Permalink
Merge pull request nelstrom#1 from jogjayr/master
Browse files Browse the repository at this point in the history
Upgrade JS and CSS libs to ST2 pr4
  • Loading branch information
nelstrom committed Jan 31, 2012
2 parents b162ecb + 01ccb61 commit b024b1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<title>Sencha Touch Boilerplate</title>
<link rel="stylesheet" href="http://dev.sencha.com/deploy/sencha-touch-2-pr3/resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="http://dev.sencha.com/deploy/sencha-touch-2-pr4/resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="app.css" type="text/css">

<script type="text/javascript" src="http://dev.sencha.com/deploy/sencha-touch-2-pr3/sencha-touch-all-debug.js"></script>
<script type="text/javascript" src="http://dev.sencha.com/deploy/sencha-touch-2-pr4/sencha-touch-all-debug.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body></body>
</html>
</html>

0 comments on commit b024b1a

Please sign in to comment.