Skip to content

Commit 4f07b72

Browse files
authored
Merge pull request #65 from bobrippling/fix-deviceinfo
Ensure device info is handled despite setTime() `await`s
2 parents 294690a + 48759f3 commit 4f07b72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,8 @@ function getInstalledApps(refresh) {
10131013
console.log("SETTINGS.settime=true and >2 seconds out - updating time");
10141014
return Comms.setTime();
10151015
}
1016+
})
1017+
.then(() => {
10161018
// Show device info in more page:
10171019
const deviceInfoElem = document.getElementById("more-deviceinfo");
10181020
if (deviceInfoElem) {

0 commit comments

Comments
 (0)