Skip to content

Commit

Permalink
Update client.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamgoofball authored Feb 2, 2024
1 parent 0c9cfcb commit 55c6b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webAO/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fpPromise
// If protocol is https: and connectionString is ws://
// We have a problem, since it's impossible to connect to ws:// from https://
// Connection will fail, but at least warn the user
alert('WS not supported on HTTPS. Please try removing the s from https:// at the start of the URL bar. (You might have to click inside the URL bar to see it). If you do not know how to do this, press Win+X, then U, then U again.')
alert('WS not supported on HTTPS. Please try removing the s from https:// at the start of the URL bar. (You might have to click inside the URL bar to see it). If you do not know how to do this, press Win+X, then U, then U again. This will shut your computer off as you are unqualified to operate it.')
}

client = new Client(connectionString);
Expand Down

0 comments on commit 55c6b16

Please sign in to comment.