mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-12 02:11:02 +00:00
Fixed reference to JS file.
This commit is contained in:
parent
127e749d1f
commit
89b0c2dcb7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Basic Page</title>
|
||||
<link rel="stylesheet" media="screen and (min-width: 0)" href="../../css/all" />
|
||||
<script type="text/javascript" src="../../js/all"></script>
|
||||
<script type="text/javascript" src="../js/all"></script>
|
||||
<script>
|
||||
$(function() {
|
||||
$( "p" ).tap(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue