Fixes to picoreflowd and change to localhost in index.html

This commit is contained in:
chrono
2013-11-23 22:10:51 +00:00
parent 332dca18f3
commit cd2065dd4e
4 changed files with 36 additions and 20 deletions
+2 -2
View File
@@ -177,8 +177,8 @@ function updateProgress(percentage){
}
var s = new WebSocket("ws://10.1.1.110:8080/status");
var c = new WebSocket("ws://10.1.1.110:8080/control");
var s = new WebSocket("ws://localhost:8080/status");
var c = new WebSocket("ws://localhost:8080/control");
c.onmessage = function(e)