Skip to content

Commit

Permalink
fix: update sqlpage.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ophir LOJKINE <contact@ophir.dev>
  • Loading branch information
mtt-artis and lovasoa authored Sep 22, 2024
1 parent 55f368b commit 182ab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlpage/sqlpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function sqlpage_embed() {
try {
url = new URL(c.dataset.embed, window.location.href)
} catch {
console.erreur(`'${c.dataset.embed}' is not a valid url`)
console.error(`'${c.dataset.embed}' is not a valid url`)
continue;
}
url.searchParams.set("_sqlpage_embed", "");
Expand Down

0 comments on commit 182ab38

Please sign in to comment.