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) {