From 63d3bbee717444be377295014057fbad58521835 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:20:51 +0200 Subject: [PATCH] =?UTF-8?q?Replace=20=C3=98=20->=200=20in=20input=20text?= =?UTF-8?q?=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/winkey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/winkey.js b/assets/js/winkey.js index c9aecf82c..82068be87 100644 --- a/assets/js/winkey.js +++ b/assets/js/winkey.js @@ -288,7 +288,7 @@ async function disconnect() { //When the send button is pressed function clickSend() { - writeToStream(sendText.value).then(function() { + writeToStream(sendText.value.replaceAll('Ø', '0')).then(function() { // writeToStream("\r"); //and clear the input field, so it's clear it has been sent $('#sendText').val('');