make the site mostly work when cookies (localStorage) are disabled
This commit is contained in:
parent
493bf8dc89
commit
09faedf059
4 changed files with 47 additions and 10 deletions
|
@ -9,7 +9,7 @@ const {
|
|||
ONE_DAY_IN_MS
|
||||
} = require('./utils');
|
||||
const Storage = require('./storage');
|
||||
const storage = new Storage(localStorage);
|
||||
const storage = new Storage();
|
||||
const metrics = require('./metrics');
|
||||
const progress = require('./progress');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue