Bugfix
parent
3bbbd8831c
commit
2124c2b0d4
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue