remove psk31 character animation since it's killing the client
This commit is contained in:
@@ -1458,11 +1458,8 @@ function secondary_demod_push_data(x) {
|
||||
if (y === "<") return "<";
|
||||
if (y === ">") return ">";
|
||||
if (y === " ") return " ";
|
||||
if (y === "\n") return "<br />";
|
||||
return y;
|
||||
}).map(function (y) {
|
||||
if (y === "\n")
|
||||
return "<br />";
|
||||
return "<span class=\"part\">" + y + "</span>";
|
||||
}).join("");
|
||||
$("#openwebrx-cursor-blink").before(x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user