diff --git a/simpleadmin/www/settings.html b/simpleadmin/www/settings.html index 675ca30..069f9f7 100644 --- a/simpleadmin/www/settings.html +++ b/simpleadmin/www/settings.html @@ -104,7 +104,7 @@ placeholder="ATI" aria-describedby="atCommandInput" x-model="atcmd" - @keydown.enter="sendUserATCommand()" + @keydown.enter="sendATCommand()" />
Seperate multiple commands with comma (,). @@ -116,7 +116,7 @@