Browse Source

api: update websocket sample (#31)

pull/2/head
dementeb 6 years ago committed by Tanguy Pruvot
parent
commit
72466ee476
  1. 2
      api/websocket.htm

2
api/websocket.htm

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
</head>

Loading…
Cancel
Save