mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
0.8.1030005
This commit is contained in:
parent
4c5e805370
commit
b163774358
2 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
//-------------------------------------
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_PATCH 1030004
|
||||
#define VERSION_PATCH 1030005
|
||||
//-------------------------------------
|
||||
typedef struct {
|
||||
uint8_t ch;
|
||||
|
|
|
@ -1710,6 +1710,10 @@
|
|||
var e = document.getElementById("ze_groups");
|
||||
e.innerHTML = ""; // remove all childs
|
||||
e.append(ml("table", {class: "table"}, ml("tbody", {}, lines)));
|
||||
// TODO: Hinweis Developmentversion - Entfernen wenn erledigt
|
||||
e.append(
|
||||
divRow("ACHTUNG:", "Dies ist eine sehr junge Developmentversion, bitte nicht unbeaufsichtig laufen lassen."),
|
||||
);
|
||||
// TODO: Uebersetzen mit lang.json und auf die entsprechende Dokuseite verlinken
|
||||
e.append(
|
||||
divRow("Hinweis: ",
|
||||
|
|
Loading…
Add table
Reference in a new issue