summaryrefslogtreecommitdiffstats
path: root/example/index.html
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2013-06-13 16:40:26 -0400
committerRob Loach <robloach@gmail.com>2013-06-13 16:40:26 -0400
commitae3a7135271fe0d24f8ada4cfde070c6dd138726 (patch)
tree7ee01387a0bf2e35f51ea5a26cc1af9c7b0d043a /example/index.html
parent25dd0423594bcd7ec568906b90aa38a04da0b294 (diff)
downloadjquery-once-ae3a7135271fe0d24f8ada4cfde070c6dd138726.zip
jquery-once-ae3a7135271fe0d24f8ada4cfde070c6dd138726.tar.gz
jquery-once-ae3a7135271fe0d24f8ada4cfde070c6dd138726.tar.bz2
Add tests and minified distribution1.2.3
Diffstat (limited to 'example/index.html')
-rw-r--r--example/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html
index 0afff9b..fa009dc 100644
--- a/example/index.html
+++ b/example/index.html
@@ -2,7 +2,7 @@
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
- <script src="../jquery.once.js"></script>
+ <script src="../jquery.once.min.js"></script>
</head>
<body>
<h1>jQuery Once</h1>