Version String:
- Bump to 1.0.8 - Read from index.html and load string in to localStorage
This commit is contained in:
@@ -8,6 +8,7 @@ if ("serviceWorker" in navigator) {
|
||||
async function pageInit() {
|
||||
await loadQuickLinks();
|
||||
hideLoading(); // From lib.main
|
||||
localStorage.setItem("web_ver", document.getElementById('ver_str').textContent)
|
||||
}
|
||||
|
||||
async function gotoBoard(station){
|
||||
|
||||
Reference in New Issue
Block a user