Skip to content

Commit

Permalink
Merge pull request #1272 from thunderstore-io/12-18-add_data-log-leve…
Browse files Browse the repository at this point in the history
…l_silent_to_nitropay_ad_script

Add data-log-level silent to nitropay ad script
  • Loading branch information
Oksamies authored Dec 18, 2024
2 parents 54d4ba3 + e989f89 commit c4547ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cyberstorm-remix/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ function AdsInit() {
const $script = document.createElement("script");
$script.src = "https://s.nitropay.com/ads-785.js";
$script.setAttribute("async", "true");
$script.setAttribute("data-log-level", "silent");

document.body.append($script);

Expand Down

0 comments on commit c4547ae

Please sign in to comment.