aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/priv/html_ws_client.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websocket/priv/html_ws_client.html')
-rw-r--r--examples/websocket/priv/html_ws_client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websocket/priv/html_ws_client.html b/examples/websocket/priv/html_ws_client.html
index a7d24ca..030a178 100644
--- a/examples/websocket/priv/html_ws_client.html
+++ b/examples/websocket/priv/html_ws_client.html
@@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Websocket client</title>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
+ <script src="/static/jquery.min.js"></script>
<script type="text/javascript">
var websocket;