Merge branch 'master' of github.com:pcbsd/sysadm

This commit is contained in:
Ken Moore
2016-01-08 10:34:59 -05:00

View File

@@ -27,6 +27,11 @@ function onClose(evt)
{
}
function onError(evt)
{
console.log(evt);
}
function onMessage(evt)
{
var jsonobj = JSON.parse(evt.data);