[nostt] unnecesary src key remove from metadata.json; cleanup nostt.app.js

pull/3453/head
Albert 2024-06-19 11:07:32 +02:00
parent 14193641dd
commit c26d85d9d1
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,6 @@
"shortName": "Teletekst", "shortName": "Teletekst",
"version": "1.00", "version": "1.00",
"description": "Dutch Teletekst using the NOS Teletekst api. Requires http access via BangleJS GadgetBridge.", "description": "Dutch Teletekst using the NOS Teletekst api. Requires http access via BangleJS GadgetBridge.",
"src":"nostt.app.js",
"type": "app", "type": "app",
"storage": [ "storage": [
{"name":"nostt.app.js","url":"nostt.app.js"}, {"name":"nostt.app.js","url":"nostt.app.js"},

View File

@ -48,7 +48,6 @@ class View {
} }
start() { start() {
// @ts-ignore
g.clear(); g.clear();
if (this.nextStartPage) { if (this.nextStartPage) {
this.show(this.nextStartPage); this.show(this.nextStartPage);
@ -213,7 +212,7 @@ class View {
g.setFontAlign(-1, -1); g.setFontAlign(-1, -1);
g.setFont('4x6'); g.setFont('4x6');
// @ts-ignore
const bytes = E.toUint8Array(E.decodeUTF8(source)); const bytes = E.toUint8Array(E.decodeUTF8(source));
let rowIndex = 0; let rowIndex = 0;
let totalIndex = 0; let totalIndex = 0;