This repository has been archived by the owner on May 26, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add undefined check for ll.lovelace and ll.lovelace.config (#41)
An attempt to resolve #39 and #37. It seems like there are cases when ll.lovelace is undefined which leads to uncaught TypeError: kiosk-mode.js:18:15 Uncaught TypeError: Cannot read property 'config' of undefined It seems thought that code is expecting similar situations to happen already and adding additional conditions is a safe fix.
- Loading branch information