Skip to content

Commit

Permalink
Use app.css in index, but not in hosted.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Feb 14, 2012
1 parent 325699e commit 241ff3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hosted.html
Expand Up @@ -3,7 +3,6 @@
<head>
<title>Sencha Touch Boilerplate</title>
<link rel="stylesheet" href="http://dev.sencha.com/deploy/sencha-touch-2-b2/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-b2/sencha-touch-debug.js"></script>
<script type="text/javascript" src="app.js"></script>
Expand Down
1 change: 0 additions & 1 deletion index.html
Expand Up @@ -2,7 +2,6 @@
<html>
<head>
<title>Sencha Touch Boilerplate</title>
<link rel="stylesheet" href="touch/resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="app.css" type="text/css">

<script type="text/javascript" src="touch/sencha-touch-debug.js"></script>
Expand Down

0 comments on commit 241ff3a

Please sign in to comment.