Skip to content

Commit

Permalink
Update searchsk1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mw4mba authored May 13, 2024
1 parent c5a4e02 commit 681d7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchsk1.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ bindEvent(document,'click', function(event) {
});
const v=nuQ();
const qr=JSON.stringify(v)
localStorage.setItem("query",JSON.stringify(nuQ));
localStorage.setItem("query",qr);
console.log(localStorage)


Expand Down

0 comments on commit 681d7dc

Please sign in to comment.