Skip to content

Commit 89b0c2d

Browse files
committed
Fixed reference to JS file.
1 parent 127e749 commit 89b0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speed/basic-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Basic Page</title>
55
<link rel="stylesheet" media="screen and (min-width: 0)" href="../../css/all" />
6-
<script type="text/javascript" src="../../js/all"></script>
6+
<script type="text/javascript" src="../js/all"></script>
77
<script>
88
$(function() {
99
$( "p" ).tap(function() {

0 commit comments

Comments
 (0)