Skip to content

Commit

Permalink
Correct URL for sencha css and js.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Mar 20, 2012
1 parent 86de065 commit c02d5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mobile-sencha.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<title>OpenLayers with Sencha Touch</title>
<script src="../lib/OpenLayers.js?mobile"></script>
<link rel="stylesheet" href="style.mobile.css" type="text/css">
<link rel="stylesheet" href="http://dev.sencha.com/deploy/touch/resources/css/sencha-touch.css">
<script src="http://dev.sencha.com/deploy/touch/sencha-touch.js"></script>
<link rel="stylesheet" href="http://cdn.sencha.io/touch/1.1.0/resources/css/sencha-touch.css">
<script src="http://cdn.sencha.io/touch/1.1.0/sencha-touch.js"></script>
<script src="mobile-sencha.js"></script>
<script src="mobile-base.js"></script>
<style>
Expand Down

0 comments on commit c02d5a4

Please sign in to comment.