Permalink
Browse files

Demos: Correct reference to core in /index.php

Fixes gh-7511
  • Loading branch information...
1 parent 373ddae commit 99d6c6414f0728d1e56859863498b3305649f706 @gabrielschulhof gabrielschulhof committed Jun 18, 2014
Showing with 1 addition and 1 deletion.
  1. +1 −1 index.php
View
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="demos/_assets/css/jqm-demos.css">
<link rel="shortcut icon" href="demos/_assets/favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
- <script src="external/jquery.js"></script>
+ <script src="external/jquery/jquery.js"></script>
<script src="demos/_assets/js/"></script>
<script src="js/"></script>
<script>

0 comments on commit 99d6c64

Please sign in to comment.