From a59579476b914f03cb397c0cedb5f51d25476cfc Mon Sep 17 00:00:00 2001 From: KungPhoo Date: Wed, 30 Mar 2022 07:19:58 +0200 Subject: [PATCH] Revert "Update widget.js" This reverts commit be3d00e9746528d82564d9d4f3be78d4e216d01b. --- apps/widbt/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/widbt/widget.js b/apps/widbt/widget.js index 6fa7f3b7a..5d752b575 100644 --- a/apps/widbt/widget.js +++ b/apps/widbt/widget.js @@ -19,7 +19,7 @@ WIDGETS.bluetooth = { if(WIDGETS.bluetooth.warningEnabled == 1){ Bangle.buzz(700, 1); // buzz on connection loss - E.showMessage(/*LANG*/'Connection\nlost.', 'Bluetooth'); + E.showMessage(/*LANG*/"Connection\nlost.","Bluetooth"); setInterval(()=>{load();}, 3000); // clear message WIDGETS.bluetooth.warningEnabled = 0;