Skip to content

Commit

Permalink
Add data-log-level silent to nitropay ad script
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Dec 18, 2024
1 parent 7e4d7dc commit e989f89
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 e989f89

Please sign in to comment.