Skip to content

Commit

Permalink
change yektanet banner script address (#40095)
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiHoseiniTabar authored Aug 16, 2024
1 parent c284435 commit 40487a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/vendors/yektanet.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function yektanet(global, data) {
].join('0');

const scriptSrc = isBanner
? 'https://cdn.yektanet.com/template/bnrs/yn_bnr.min.js'
? 'https://cdn.yektanet.com/template/bnrs/yn_bnr.amp.js'
: `https://cdn.yektanet.com/js/${encodeURIComponent(
data['publisherName']
)}/${encodeURIComponent(data['scriptName'])}`;
Expand Down

0 comments on commit 40487a9

Please sign in to comment.