mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
prettier
This commit is contained in:
parent
3ced0defc4
commit
9305bf7ce3
3 changed files with 21 additions and 13 deletions
|
@ -28,7 +28,11 @@ const col = css`
|
|||
const store = $store(
|
||||
{
|
||||
url: "https://google.com",
|
||||
wispurl: (location.protocol === "https:" ? "wss" : "ws") + "://" + location.host + "/wisp/",
|
||||
wispurl:
|
||||
(location.protocol === "https:" ? "wss" : "ws") +
|
||||
"://" +
|
||||
location.host +
|
||||
"/wisp/",
|
||||
bareurl:
|
||||
(location.protocol === "https:" ? "https" : "http") +
|
||||
"://" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue