Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebornian48 committed Jan 15, 2024
1 parent 48b18ed commit e5e8432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function parseNIK() {
year: "numeric",
}).format(date);
// Display the result
document.getElementById("searchResult").innerHTML =
document.getElementById("searchResult").textContent =
"<p>Regional / Wilayah: " +
reg +
"</p>" +
Expand Down

0 comments on commit e5e8432

Please sign in to comment.