Now we can even decode spaces

This commit is contained in:
ha7ilm
2017-05-07 23:45:53 +02:00
parent a985ba4af5
commit 90edd203d5
2 changed files with 2 additions and 1 deletions

View File

@ -2337,6 +2337,7 @@ function secondary_demod_push_data(x)
if(y=="&") return "&";
if(y=="<") return "&lt;";
if(y==">") return "&gt;";
if(y==" ") return "&nbsp;";
return y;
}).join("");
$("#openwebrx-cursor-blink").before("<span class=\"part\"><span class=\"subpart\">"+x+"</span></span>");