mirror of https://github.com/espruino/BangleApps
[nostt] unnecesary src key remove from metadata.json; cleanup nostt.app.js
parent
14193641dd
commit
c26d85d9d1
|
@ -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"},
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue