From 8cab6e94514c38151b2e0c53c9df47c6e1682e28 Mon Sep 17 00:00:00 2001 From: ulrich Date: Thu, 21 Jan 2021 19:21:56 +0000 Subject: [PATCH] Anpassungen Foto UI fertig, jQuery ausgebaut --- web/ui2/js/data.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/ui2/js/data.js b/web/ui2/js/data.js index 6652ff2..e3517bc 100644 --- a/web/ui2/js/data.js +++ b/web/ui2/js/data.js @@ -27,6 +27,10 @@ /* ----- Objekte ----- */ +function Meldung(tx) { + this.mtext = tx; +} + function IssueList(il) { this.issues = il; } -- Gitblit v1.9.3