This reverts commit 5888b6b7d8
.
This commit is contained in:
parent
5888b6b7d8
commit
56ce70cef5
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,6 @@ const AD_CONFIGS = Object.freeze({
|
||||||
ADNIMATION: {
|
ADNIMATION: {
|
||||||
// url: 'https://tg1.aniview.com/api/adserver/spt?AV_TAGID=6252bb6f28951333ec10a7a6&AV_PUBLISHERID=601d9a7f2e688a79e17c1265',
|
// url: 'https://tg1.aniview.com/api/adserver/spt?AV_TAGID=6252bb6f28951333ec10a7a6&AV_PUBLISHERID=601d9a7f2e688a79e17c1265',
|
||||||
// tag: 'AV6252bb6f28951333ec10a7a6',
|
// 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',
|
url: 'https://tg1.aniview.com/api/adserver/spt?AV_TAGID=62558336037e0f3df07ff0a8&AV_PUBLISHERID=601d9a7f2e688a79e17c1265',
|
||||||
tag: 'AV6252bb6f28951333ec10a7a6',
|
tag: 'AV6252bb6f28951333ec10a7a6',
|
||||||
},
|
},
|
||||||
|
@ -127,7 +126,9 @@ function Ads(props: Props) {
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<div className="ad__container">
|
<div className="ad__container">
|
||||||
<div id={adConfig.tag} />
|
{/* <div id={adConfig.tag} /> */}
|
||||||
|
<div id="AV6252bb6f28951333ec10a7a6" />
|
||||||
|
<div id="AV62558336037e0f3df07ff0a8" />
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={classnames('ads__claim-text', {
|
className={classnames('ads__claim-text', {
|
||||||
|
|
Loading…
Reference in a new issue