forked from MapComplete/MapComplete
Various small fixes
This commit is contained in:
parent
b8f912e00f
commit
e35c85fc55
12 changed files with 26 additions and 49 deletions
|
@ -12,7 +12,6 @@ export class LocalStorageSource {
|
|||
|
||||
source.addCallback((data) => {
|
||||
localStorage.setItem(key, data);
|
||||
console.log("Writing to local storage", key, data)
|
||||
});
|
||||
return source;
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue