implement first commands
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Mousebot
|
||||
</title>
|
||||
<title>MBC Bootjes</title>
|
||||
<meta name="viewport" content="user-scalable=no">
|
||||
</head>
|
||||
<body style="position: fixed; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
|
||||
@@ -33,7 +31,7 @@ font-size: xx-large;">
|
||||
|
||||
connection.onopen = function ()
|
||||
{
|
||||
connection.send('Connect ' + (new Date()));
|
||||
connection.send(clientId + ':' + (new Date()));
|
||||
};
|
||||
|
||||
connection.onerror = function (error)
|
||||
|
||||
Reference in New Issue
Block a user