mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Merge branch 'master' of github.com:pcbsd/sysadm
This commit is contained in:
@@ -27,6 +27,11 @@ function onClose(evt)
|
||||
{
|
||||
}
|
||||
|
||||
function onError(evt)
|
||||
{
|
||||
console.log(evt);
|
||||
}
|
||||
|
||||
function onMessage(evt)
|
||||
{
|
||||
var jsonobj = JSON.parse(evt.data);
|
||||
|
||||
Reference in New Issue
Block a user