aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websocket/priv/html_ws_client.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-09 15:38:35 +0100
committerLoïc Hoguin <[email protected]>2013-02-09 15:38:35 +0100
commit574c3d490061fa4f8ddd3eb5c855abf5eab7b458 (patch)
treef72ee79ed20f1fe5cd8c39c2d739d97ba19e00a6 /examples/websocket/priv/html_ws_client.html
parentefbd9133261e1aabf473f2f6f5ab4cbb36062481 (diff)
downloadcowboy-574c3d490061fa4f8ddd3eb5c855abf5eab7b458.tar.gz
cowboy-574c3d490061fa4f8ddd3eb5c855abf5eab7b458.tar.bz2
cowboy-574c3d490061fa4f8ddd3eb5c855abf5eab7b458.zip
Improve Websocket example
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;