Skip to content

Commit

Permalink
KaiOS3 select file
Browse files Browse the repository at this point in the history
  • Loading branch information
strukturart committed Sep 29, 2024
1 parent 1c0b5fe commit 6ccc147
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down
2 changes: 1 addition & 1 deletion application/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],

"b2g_features": {
"version": "1.8.23",
"version": "1.8.24",
"id": "feedolin",
"subtitle": "RSS Reader and Mastodon Client",
"core": true,
Expand Down
2 changes: 1 addition & 1 deletion application/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6ccc147

Please sign in to comment.