feat(party): Conclude invite experiment

This commit is contained in:
Sabe Jones
2015-07-16 11:22:19 -05:00
parent 695c793f6e
commit e25819f6de
2 changed files with 6 additions and 6 deletions

View File

@@ -31,13 +31,13 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
// Stripe
$.getScript('//checkout.stripe.com/v2/checkout.js');
// Google Content Experiments
/* Google Content Experiments
if (window.env.NODE_ENV === 'production') {
$.getScript('//www.google-analytics.com/cx/api.js?experiment=boVO4eEyRfysNE5D53nCMQ', function(){
$rootScope.variant = cxApi.chooseVariation();
$rootScope.$apply();
})
}
} */
// Scripts only for desktop
if (!window.env.IS_MOBILE) {