This commit is contained in:
Tristar7
2018-07-13 13:30:01 +02:00
committed by Łukasz Domeradzki
parent cc42684d47
commit a345e0cf98

View File

@@ -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;