Skip to content

Commit 339fe85

Browse files
Demos: fixed broken link to JS source file.
1 parent e47d398 commit 339fe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
1111
<script src="../../js/jquery.js"></script>
1212
<script src="../_assets/js"></script>
13-
<script src="../../../js"></script>
13+
<script src="../../js"></script>
1414
</head>
1515
<body>
1616
<div data-role="page" class="jqm-demos jqm-demos-index">

0 commit comments

Comments
 (0)