Removed extra space and semicolon.
This commit is contained in:
parent
0cbd140f66
commit
b44412e24b
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ require('../css/style.css')
|
|||
var geometrySent = false
|
||||
var sessionLogEnable = false
|
||||
var loggedData = false
|
||||
var allowreplay = false
|
||||
var allowreplay = false
|
||||
var allowreauth = false
|
||||
var sessionLog, sessionFooter, logDate, currentDate, myFile, errorExists
|
||||
var termid // eslint-disable-line
|
||||
|
|
@ -135,7 +135,7 @@ socket.on('disconnect', function (err) {
|
|||
status.innerHTML =
|
||||
'WEBSOCKET SERVER DISCONNECTED: ' + err
|
||||
}
|
||||
socket.io.reconnection(false);
|
||||
socket.io.reconnection(false)
|
||||
})
|
||||
|
||||
socket.on('teardown', function (teardown_reason) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue