From 6ccc14704e1c86dc507f8a778fbd6486eac90bde Mon Sep 17 00:00:00 2001 From: strukturart Date: Sun, 29 Sep 2024 21:07:10 +0200 Subject: [PATCH] KaiOS3 select file --- application/index.js | 2 +- application/manifest.webmanifest | 2 +- application/sw.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/index.js b/application/index.js index fb294ae..9579274 100644 --- a/application/index.js +++ b/application/index.js @@ -945,7 +945,7 @@ var localOPML = { side_toaster("OPML file not valid", 4000); } else { settings.opml_local = reader.result; - settings.opml_local_filename = data.filename; + settings.opml_local_filename = filename; localforage.setItem("settings", settings).then(() => { side_toaster("OPML file added", 4000); }); diff --git a/application/manifest.webmanifest b/application/manifest.webmanifest index 5d72f35..31cb25f 100644 --- a/application/manifest.webmanifest +++ b/application/manifest.webmanifest @@ -24,7 +24,7 @@ ], "b2g_features": { - "version": "1.8.23", + "version": "1.8.24", "id": "feedolin", "subtitle": "RSS Reader and Mastodon Client", "core": true, diff --git a/application/sw.js b/application/sw.js index ef7d90e..5220897 100644 --- a/application/sw.js +++ b/application/sw.js @@ -45,7 +45,7 @@ self.onsystemmessage = (evt) => { } catch (e) {} }; -const CACHE_NAME = "pwa-cache-v0.990"; +const CACHE_NAME = "pwa-cache-v0.991"; const urlsToCache = [ "/assets/icons/link.svg", "/assets/icons/option.svg",