master
David Peer 2022-02-26 10:00:53 +01:00
parent 3bbbd8831c
commit 2124c2b0d4
2 changed files with 2 additions and 2 deletions

View File

@ -567,7 +567,7 @@ function isWidtmrAvailable(){
try { try {
WIDGETS["widtmr"].isStarted(); WIDGETS["widtmr"].isStarted();
return true; return true;
} catch { } catch(e) {
// In case the widtmr widget is not installed, the timer can // In case the widtmr widget is not installed, the timer can
// not be used... // not be used...
return false; return false;

View File

@ -396,7 +396,7 @@ function isWidtmrAvailable(){
try { try {
WIDGETS["widtmr"].isStarted(); WIDGETS["widtmr"].isStarted();
return true; return true;
} catch { } catch(e) {
// In case the widtmr widget is not installed, the timer can // In case the widtmr widget is not installed, the timer can
// not be used... // not be used...
return false; return false;