mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
committed by
Łukasz Domeradzki
parent
cc42684d47
commit
a345e0cf98
@@ -162,7 +162,7 @@ function logCommand(state, cmd) {
|
||||
|
||||
function sendCommand() {
|
||||
var command = $cmdInput.val(),
|
||||
requestURL = '/Api/Command/' + command,
|
||||
requestURL = '/Api/Command/' + encodeURIComponent(command),
|
||||
tmpAutoClear = get('autoClear');
|
||||
|
||||
if (command === '') return;
|
||||
|
||||
Reference in New Issue
Block a user