mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-30 17:09:39 +00:00
Fixed a typo. Thanks to brushtyler on github.
This commit is contained in:
@@ -28,7 +28,7 @@ ctl = (type, args...) ->
|
||||
if type == 'Resize'
|
||||
ws.send 'R' + params
|
||||
|
||||
if localtion.protocol == 'https:'
|
||||
if location.protocol == 'https:'
|
||||
ws_url = 'wss://'
|
||||
else
|
||||
ws_url = 'ws://'
|
||||
|
||||
Reference in New Issue
Block a user