diff options
author | Sam Potts <me@sampotts.me> | 2018-01-30 09:22:14 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2018-01-30 09:22:14 +1100 |
commit | 71efbe7a927a9638204129ca7a2d52c498fa7e6e (patch) | |
tree | f0ed45d84bc0304a543bafa08216355e63e55ac8 /demo/src/js/demo.js | |
parent | afd695cb391535b508dc7a4301b6c2692ce2b607 (diff) | |
parent | 8f7a8940f36ab85c87a3406a378d383e58ee3d60 (diff) | |
download | plyr-71efbe7a927a9638204129ca7a2d52c498fa7e6e.tar.lz plyr-71efbe7a927a9638204129ca7a2d52c498fa7e6e.tar.xz plyr-71efbe7a927a9638204129ca7a2d52c498fa7e6e.zip |
Merge branch 'beta' into fix/ads-blocked
# Conflicts:
# dist/plyr.js
# dist/plyr.js.map
# src/js/plugins/ads.js
# src/js/plyr.js
Diffstat (limited to 'demo/src/js/demo.js')
-rw-r--r-- | demo/src/js/demo.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 164cfe7d..0fb06a11 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -52,11 +52,7 @@ document.addEventListener('DOMContentLoaded', () => { google: 'AIzaSyDrNwtN3nLH_8rjCmu5Wq3ZCm4MNAVdc0c', }, ads: { - tag: - 'https://go.aniview.com/api/adserver6/vast/?AV_PUBLISHERID=58c25bb0073ef448b1087ad6&AV_CHANNELID=5a0458dc28a06145e4519d21&AV_URL=127.0.0.1:3000&cb=1&AV_WIDTH=640&AV_HEIGHT=480', - // Test tags - // tag: 'https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dlinear&correlator=', - // tag: 'https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/ad_rule_samples&ciu_szs=300x250&ad_rule=1&impl=s&gdfp_req=1&env=vp&output=vmap&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ar%3Dpremidpost&cmsid=496&vid=short_onecue&correlator=', + enabled: true, }, }); |