Skip to content

Commit

Permalink
Merge pull request #20 from jakedee/patch-1
Browse files Browse the repository at this point in the history
Resource is JS, not CSS
  • Loading branch information
wilk committed Aug 22, 2014
2 parents d7f7f9e + 05e1f7e commit f526131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="http://cdn.sencha.com/ext/gpl/5.0.1/build/ext-all-debug.js"></script>
<script src="http://cdn.sencha.com/ext/gpl/5.0.1/packages/sencha-charts/build/sencha-charts-debug.js"></script>
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.com/ext/gpl/5.0.1/packages/ext-theme-crisp/build/resources/ext-theme-crisp-all-debug.css"/>
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.com/ext/gpl/5.0.1/packages/ext-theme-crisp/build/ext-theme-crisp-debug.js">
<script src="http://cdn.sencha.com/ext/gpl/5.0.1/packages/ext-theme-crisp/build/ext-theme-crisp-debug.js"></script>

<script src="demo.js"></script>
</head>
Expand Down

0 comments on commit f526131

Please sign in to comment.