mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 05:28:18 +00:00
make ga experiements per page
This commit is contained in:
parent
705c282b0a
commit
27b9cad8ca
2 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue