Skip to content

Commit

Permalink
Revert "Undo the hardcoded ad div id (#1719)" (#1722)
Browse files Browse the repository at this point in the history
This reverts commit 5888b6b.
  • Loading branch information
tzarebczan authored Jun 21, 2022
1 parent 5888b6b commit 56ce70c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/component/ads/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const AD_CONFIGS = Object.freeze({
ADNIMATION: {
// url: 'https://tg1.aniview.com/api/adserver/spt?AV_TAGID=6252bb6f28951333ec10a7a6&AV_PUBLISHERID=601d9a7f2e688a79e17c1265',
// tag: 'AV6252bb6f28951333ec10a7a6',
// ^-- supposed to use the above, but not working, so coded to use ADNIMATION_FILEPAGE
url: 'https://tg1.aniview.com/api/adserver/spt?AV_TAGID=62558336037e0f3df07ff0a8&AV_PUBLISHERID=601d9a7f2e688a79e17c1265',
tag: 'AV6252bb6f28951333ec10a7a6',
},
Expand Down Expand Up @@ -127,7 +126,9 @@ function Ads(props: Props) {
})}
>
<div className="ad__container">
<div id={adConfig.tag} />
{/* <div id={adConfig.tag} /> */}
<div id="AV6252bb6f28951333ec10a7a6" />
<div id="AV62558336037e0f3df07ff0a8" />
</div>
<div
className={classnames('ads__claim-text', {
Expand Down

0 comments on commit 56ce70c

Please sign in to comment.