Skip to content

Commit 6ccc147

Browse files
committed
KaiOS3 select file
1 parent 1c0b5fe commit 6ccc147

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

application/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ var localOPML = {
945945
side_toaster("OPML file not valid", 4000);
946946
} else {
947947
settings.opml_local = reader.result;
948-
settings.opml_local_filename = data.filename;
948+
settings.opml_local_filename = filename;
949949
localforage.setItem("settings", settings).then(() => {
950950
side_toaster("OPML file added", 4000);
951951
});

application/manifest.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525

2626
"b2g_features": {
27-
"version": "1.8.23",
27+
"version": "1.8.24",
2828
"id": "feedolin",
2929
"subtitle": "RSS Reader and Mastodon Client",
3030
"core": true,

application/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ self.onsystemmessage = (evt) => {
4545
} catch (e) {}
4646
};
4747

48-
const CACHE_NAME = "pwa-cache-v0.990";
48+
const CACHE_NAME = "pwa-cache-v0.991";
4949
const urlsToCache = [
5050
"/assets/icons/link.svg",
5151
"/assets/icons/option.svg",

0 commit comments

Comments
 (0)