JavaScript

This commit is contained in:
Alexey Milovidov 2024-07-12 21:35:20 +02:00 committed by Aleksandr Musorin
parent af53fd96a7
commit 0d2459f0de

View File

@ -603,7 +603,7 @@
let history_url = window.location.pathname + '?user=' + encodeURIComponent(user);
if (run_immediately) {
history_url += "&run=" + (run_immediately ? 1 : 0);
history_url += "&run=1";
}
if (server_address != location.origin) {
/// Save server's address in URL if it's not identical to the address of the play UI.