Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
loveminimal committed Mar 20, 2024
1 parent e5aa30c commit 91808e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let data = document.querySelector('#data').innerText.trim();
data = data.slice(0, data.length - 2) + ']';
data = data.replace(/\]\s+\[/g, '');
let map = JSON.parse(data);
console.log(map);
// console.log(map);

let scClear = document.querySelector('#sc-clear');
let scInput = document.querySelector('#sc-input');
Expand Down

0 comments on commit 91808e7

Please sign in to comment.