diff options
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.html b/example/index.html index 4b73760..6f9cfe9 100644 --- a/example/index.html +++ b/example/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <script src="http://code.jquery.com/jquery-2.1.1.min.js"></script> + <script src="../node_modules/jquery/dist/jquery.js"></script> <script src="../jquery.once.js"></script> </head> <body> |