From bf56be31ddaaee5333625e2f5a2e733f7651c7ef Mon Sep 17 00:00:00 2001 From: ulrich Date: Thu, 21 Jan 2021 18:44:56 +0000 Subject: [PATCH] Ausbau jquery aus foto-ui und umstellung des foto ui auf flex-box, noch in arbeit --- 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