Skip to content

Commit

Permalink
Merge pull request #2521 from flite/ads-flite
Browse files Browse the repository at this point in the history
syntax fix for mixing dep
  • Loading branch information
cramforce committed Mar 9, 2016
2 parents 96eefde + 57cae96 commit 82b265c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/flite.js
Expand Up @@ -31,7 +31,7 @@
o.FLITE.config[guid].ts = (+Number(new Date()));
r = global.context.location.href;
m = r.match(new RegExp('[A-Za-z]+:[/][/][A-Za-z0-9.-]+'));
dep = data.mixins ? 'dep=' + data.mixins : '';
dep = data.mixins ? '&dep=' + data.mixins : '';
url = ['https://r.flite.com/syndication/uscript.js?i=',e(guid),
'&v=3',dep,'&x=us',x,'&cb=',o.FLITE.config[guid].cb,'&d=',
e((m && m[0]) || r), '&tz=', (new Date()).getTimezoneOffset()].join('');
Expand Down

0 comments on commit 82b265c

Please sign in to comment.