From 12606fb6fbbd880cfd8959be578f8765f3977676 Mon Sep 17 00:00:00 2001 From: Phil Roggenbuck <1367949+phrogg@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:56:33 +0100 Subject: [PATCH] =?UTF-8?q?removed=20testing=20stuff....=20=EF=BC=88?= =?UTF-8?q?=E3=83=BB=E2=80=95=E3=83=BB=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/widbgjs/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/widbgjs/widget.js b/apps/widbgjs/widget.js index b0a8d91b0..4b81c4885 100644 --- a/apps/widbgjs/widget.js +++ b/apps/widbgjs/widget.js @@ -27,7 +27,7 @@ storedData = Object.assign({ 'bg': null, 'bgTimeStamp': null, - 'bgDirection': "Flat" + 'bgDirection': null }, d || {}); return d; } catch(e) {