Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge branch 'dev' into crowdin-deploy-support
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodamn authored Nov 3, 2017
2 parents b346def + a3a4970 commit c7fa22c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/modules/video-players/jwplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Ads from '../ads';
import BasePlayer from './base';
import JWPlayerVideoAds from './jwplayer-video-ads';
import {track} from '../../utils/track';
import config from '../../config/environment';

export const jwPlayerAssets = {
styles: '/mobile-wiki/assets/jwplayer/index.css',
Expand Down Expand Up @@ -57,8 +58,7 @@ export default class JWPlayer extends BasePlayer {
track(data);
},
setCustomDimension: M.tracker.UniversalAnalytics.setDimension,
// todo verify after Stanley's response
comscore: false
comscore: config.environment === 'production'
},
autoplay: {
enabled: this.params.autoplay,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"fastboot": "github:wikia/fastboot#582162a5e2eb39c2d94f857e53ee0efff4544447",
"fastboot-app-server": "1.0.1",
"html5-skin": "github:wikia/html5-skin#84574003c0cf2fa6de499bd6e7423a2a37681e44",
"jwplayer-fandom": "github:wikia/jwplayer-fandom#1.0.7",
"jwplayer-fandom": "github:wikia/jwplayer-fandom#1.0.8",
"method-override": "2.3.10",
"newrelic": "2.2.1",
"on-headers": "1.0.1",
Expand Down

0 comments on commit c7fa22c

Please sign in to comment.