Skip to content

Commit 211630e

Browse files
committed
Update localstorage.js
1 parent 78548bb commit 211630e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

localstorage.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ function updateModFilesLS() {
7373

7474
function updateModReposLS() {
7575

76-
if (!isEmbed) {
77-
78-
setStorage('modifiedRepos', JSON.stringify(Object.entries(modifiedRepos)));
79-
80-
}
76+
setStorage('modifiedRepos', JSON.stringify(Object.entries(modifiedRepos)));
8177

8278
}
8379

0 commit comments

Comments
 (0)