iepngs
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
examples/wsgi/templates/latency.html
|
|
@ -15,7 +15,7 @@ |
|
|
|
<script> |
|
|
|
// socket |
|
|
|
var socket = io.connect('http://' + document.domain + ':' + location.port); |
|
|
|
var chart = $('#chart'); |
|
|
|
var chart = $('#chart').get(0); |
|
|
|
socket.on('connect', function() { |
|
|
|
if (chart.getContext) { |
|
|
|
render(); |
|
|
|