From 14034e94c174bfb6e98bb7eff1306c873f822dd5 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Sun, 1 Mar 2020 21:01:01 +0100 Subject: [PATCH] =?UTF-8?q?update=20So=201.=20M=C3=A4r=2021:01:01=20CET=20?= =?UTF-8?q?2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/client_dbrd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/client_dbrd.js b/public/js/client_dbrd.js index 4d9f37b..6d01222 100755 --- a/public/js/client_dbrd.js +++ b/public/js/client_dbrd.js @@ -211,7 +211,7 @@ var arr_resp = [ var new_item = { id: Math.floor(Math.random() * 100) + Math.floor(Math.random() * 100), - group: 0, + group: arrayItem.wache, className: "ma", start: new Date(arrayItem.set_time), end: new Date(arrayItem.arrival_time), @@ -219,7 +219,7 @@ var arr_resp = [ //className: 'New Item' }; items.add(new_item); - + groups.update({ id: arrayItem.wache, content: arrayItem.wache }); }); console.log(items.get());