Fixed string quoting.
This commit is contained in:
parent
6fb8ad4b14
commit
08a42e5396
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ class _webSocketSingleton extends App.Controller
|
|||
if @backend is 'websocketPort'
|
||||
if @backend_port
|
||||
port = ":#{@backend_port}"
|
||||
@log 'notice', 'no websocket connection on port #{port}, use ajax long polling as fallback'
|
||||
@log 'notice', "no websocket connection on port #{port}, use ajax long polling as fallback"
|
||||
@backend = 'ajax'
|
||||
@connect()
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue