git fucked up again, for some reason
This commit is contained in:
commit
734a74267b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function read(prefname, cloud = false) {
|
|||
chrome.storage.local.get(null, (database) => {pref_data = database[prefname];});
|
||||
};
|
||||
} else {
|
||||
// You can get everything if you'd like.
|
||||
// You can get everything if you'd like.
|
||||
if (cloud) {
|
||||
chrome.storage.sync.get(null, (database) => {pref_data = database});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue