Version with global json

This commit is contained in:
2020-10-05 11:26:11 +02:00
parent 00b68959e5
commit 98c34600d1
7 changed files with 130 additions and 315 deletions
+6
View File
@@ -37,6 +37,12 @@
});
});
}
if (app.ports !== undefined && app.ports.eraseVideo !== undefined) {
app.ports.eraseVideo.subscribe(function() {
lastId = undefined;
});
}
</script>
</body>
</html>