Bugfix
parent
3bbbd8831c
commit
2124c2b0d4
|
|
@ -567,7 +567,7 @@ function isWidtmrAvailable(){
|
|||
try {
|
||||
WIDGETS["widtmr"].isStarted();
|
||||
return true;
|
||||
} catch {
|
||||
} catch(e) {
|
||||
// In case the widtmr widget is not installed, the timer can
|
||||
// not be used...
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -396,7 +396,7 @@ function isWidtmrAvailable(){
|
|||
try {
|
||||
WIDGETS["widtmr"].isStarted();
|
||||
return true;
|
||||
} catch {
|
||||
} catch(e) {
|
||||
// In case the widtmr widget is not installed, the timer can
|
||||
// not be used...
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue