mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
fix: keep localStorage
This commit is contained in:
parent
9f2c599d82
commit
09dc54c76a
2 changed files with 4 additions and 2 deletions
|
@ -35,6 +35,8 @@ if (!util.isBrowser()) {
|
|||
return keys[i] || null;
|
||||
}
|
||||
};
|
||||
} else {
|
||||
var localStorage = window.localStorage;
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue