Skip to content

Commit

Permalink
Melhoria na montagem da Url de usage
Browse files Browse the repository at this point in the history
  • Loading branch information
thi747 committed Jun 24, 2024
1 parent c83fe08 commit 4cc309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function obterParametroURL(nomeParam) {
}

function preencherInstrucoes() {
const uri = window.location.href;
const uri = window.location.href.split("?")[0];
const empty = "".padEnd(TOTAL_UFS, 0);
document.getElementById("usage").innerHTML += ` <em>${uri}</em>?q=${empty}`;
}
Expand Down

0 comments on commit 4cc309e

Please sign in to comment.