Skip to content

Commit 56d7b52

Browse files
committed
Update index.htm
1 parent c7e6f87 commit 56d7b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Idle.Js Test</title>
55
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
6-
<script src="./lib/idle.js"></script>
6+
<script src="./build/idle.js"></script>
77
<script>
88
$(function() {
99
function setMessage(msg) {
@@ -59,4 +59,4 @@
5959
<input id="Timeout" type="text" value="5000" />
6060
<ul id="ActivityList"></ul>
6161
</body>
62-
</html>
62+
</html>

0 commit comments

Comments
 (0)