Skip to content

Commit

Permalink
v3.0.11 hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
D0n9X1n committed Feb 7, 2020
1 parent a9dcd2a commit 963056c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/blog-encrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
hideButton.type = 'button';
hideButton.classList.add("hbe-button");
hideButton.addEventListener('click', () => {
window.localStorage.removeItem('hexo-blog-encrypt');
window.localStorage.removeItem(storageName);
window.location.reload();
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js ./"
},
"version": "3.0.10",
"version": "3.0.11",
"devDependencies": {
"eslint": "^6.2.2"
}
Expand Down

0 comments on commit 963056c

Please sign in to comment.