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",