From 187e87a978b24f5b46500a3c4fb48569752be063 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 8 Sep 2014 17:45:03 +0100 Subject: [PATCH] disabled euro and pounds for the moment --- services/web/public/coffee/main/plans.coffee | 44 ++++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/services/web/public/coffee/main/plans.coffee b/services/web/public/coffee/main/plans.coffee index fb3004afe5..52a7663b15 100644 --- a/services/web/public/coffee/main/plans.coffee +++ b/services/web/public/coffee/main/plans.coffee @@ -30,28 +30,28 @@ define [ monthly: "$30" annual: "$360" - EUR: - symbol: "€" - student: - monthly: "€7" - annual: "€70" - collaborator: - monthly: "€12" - annual: "€144" - professional: - monthly: "€25" - annual: "€300" - GBP: - symbol: "£" - student: - monthly: "£6" - annual: "£60" - collaborator: - monthly: "£10" - annual: "£120" - professional: - monthly: "£22" - annual: "£264" + # EUR: + # symbol: "€" + # student: + # monthly: "€7" + # annual: "€70" + # collaborator: + # monthly: "€12" + # annual: "€144" + # professional: + # monthly: "€25" + # annual: "€300" + # GBP: + # symbol: "£" + # student: + # monthly: "£6" + # annual: "£60" + # collaborator: + # monthly: "£10" + # annual: "£120" + # professional: + # monthly: "£22" + # annual: "£264"