diff --git a/js/stat.js b/js/stat.js index 8a02453..7f0ea17 100644 --- a/js/stat.js +++ b/js/stat.js @@ -1,6 +1,7 @@ init(); async function init() { // The page init function + versionDisplay() display(await get()) } @@ -26,5 +27,4 @@ async function display(data) { // Parses and displays data from API document.getElementById('meta').textContent = dat.meta || "0"; document.getElementById('pis').textContent = dat.pis document.getElementById('ver-dbman').textContent = ver.dbmanager || "Unknown"; - document.getElementById('ver-web').textContent = localStorage.getItem('ver-web') || "Unknown"; } \ No newline at end of file diff --git a/stat.html b/stat.html index 245269f..7d04c51 100644 --- a/stat.html +++ b/stat.html @@ -78,7 +78,7 @@ web-frontend - + Unknown

The statistics represent hits & queries from all instances in the stack.

diff --git a/sw.js b/sw.js index 085af27..3a8f45e 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "PIS-DEV-23042502" +const appVersion = "PIS-DEV-23043001" const cacheName = `owlboard-${appVersion}`; const cacheIDs = [cacheName]; const cacheFiles = [