File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -945,7 +945,7 @@ var localOPML = {
945
945
side_toaster ( "OPML file not valid" , 4000 ) ;
946
946
} else {
947
947
settings . opml_local = reader . result ;
948
- settings . opml_local_filename = data . filename ;
948
+ settings . opml_local_filename = filename ;
949
949
localforage . setItem ( "settings" , settings ) . then ( ( ) => {
950
950
side_toaster ( "OPML file added" , 4000 ) ;
951
951
} ) ;
Original file line number Diff line number Diff line change 24
24
],
25
25
26
26
"b2g_features" : {
27
- "version" : " 1.8.23 " ,
27
+ "version" : " 1.8.24 " ,
28
28
"id" : " feedolin" ,
29
29
"subtitle" : " RSS Reader and Mastodon Client" ,
30
30
"core" : true ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ self.onsystemmessage = (evt) => {
45
45
} catch ( e ) { }
46
46
} ;
47
47
48
- const CACHE_NAME = "pwa-cache-v0.990 " ;
48
+ const CACHE_NAME = "pwa-cache-v0.991 " ;
49
49
const urlsToCache = [
50
50
"/assets/icons/link.svg" ,
51
51
"/assets/icons/option.svg" ,
You can’t perform that action at this time.
0 commit comments