BTHLABS-66: Prepping for public release: Take four

Apple gonna Apple... ;)
This commit is contained in:
2025-11-25 12:54:52 +01:00
parent 23f8296659
commit cca49f2292
13 changed files with 246 additions and 10 deletions

View File

@@ -45,7 +45,6 @@
return null;
}
onLoad = (event) => {
console.log('HotPocketApp.onLoad()', event);
for (let pluginSpec of this.plugins) {
if (pluginSpec[1].onLoad) {
pluginSpec[1].onLoad(event);