|
|
@ -1,6 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
const visitors_ws_scheme = window.location.protocol === "https:" ? "wss" : "ws";
|
|
|
|
const visitors_ws_scheme = window.location.protocol === "https:" ? "wss" : "ws";
|
|
|
|
const my_domain = "192.168.1.111:5000";
|
|
|
|
const my_domain = "osina.ositcom.com";
|
|
|
|
const session_id = document.getElementById('session_id').textContent.trim();
|
|
|
|
const session_id = document.getElementById('session_id').textContent.trim();
|
|
|
|
const current_url = document.getElementById('current_url').textContent.trim();
|
|
|
|
const current_url = document.getElementById('current_url').textContent.trim();
|
|
|
|
const referrer = document.referrer;
|
|
|
|
const referrer = document.referrer;
|
|
|
|