Deconflict
Changes: - Websocket URL and channel name
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
||||
const book_bar = new ProgressBar();
|
||||
|
||||
//Pat Lilac
|
||||
const websocket = new ReconnectingWebSocket("wss://lilac.thewisewolf.dev/campaigns/partnerplus2026/ws");
|
||||
const websocket = new ReconnectingWebSocket("wss://lilac.thewisewolf.dev/tracker/timer/ws");
|
||||
communicate(websocket, book_bar);
|
||||
|
||||
});
|
||||
@@ -241,7 +241,7 @@ function communicate(websocket, book_bar) {
|
||||
JSON.stringify(
|
||||
{
|
||||
type: "init",
|
||||
channel: "SubTimer",
|
||||
channel: "CampaignRewards",
|
||||
community: params.get('community')
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user