mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
make ga experiements per page
This commit is contained in:
@@ -26,6 +26,7 @@ module.exports = SubscriptionController =
|
||||
title: "plans_and_pricing"
|
||||
plans: plans
|
||||
baseUrl: baseUrl
|
||||
gaExperiments: Settings.gaExperiments.plansPage
|
||||
|
||||
#get to show the recurly.js page
|
||||
paymentPage: (req, res, next) ->
|
||||
|
||||
@@ -3,8 +3,8 @@ html(itemscope, itemtype='http://schema.org/Product')
|
||||
block vars
|
||||
|
||||
head
|
||||
-if (typeof(settings.gaExperiments) != "undefined")
|
||||
|!{settings.gaExperiments}
|
||||
-if (typeof(gaExperiments) != "undefined")
|
||||
|!{gaExperiments}
|
||||
|
||||
|
||||
-if (typeof(title) == "undefined")
|
||||
|
||||
Reference in New Issue
Block a user