Skip to content

Commit

Permalink
Update content.js
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstormx committed Jul 29, 2020
1 parent 5d265a6 commit f963684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function chromeStorage(sKey) {

chromeStorage("parseWiki")
.then(result => {
if (result) {
if (result != undefined) {
parseWiki = result;
}
return chromeStorage("customBanWord");
Expand Down

0 comments on commit f963684

Please sign in to comment.