From dae39321e282943b78cc86e5bff462427d794946 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Wed, 10 Dec 2014 21:21:00 -0800 Subject: [PATCH] Properly ended HoC sale price. --- app/views/play/modal/SubscribeModal.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/play/modal/SubscribeModal.coffee b/app/views/play/modal/SubscribeModal.coffee index 600ae42e4..8b49681ca 100644 --- a/app/views/play/modal/SubscribeModal.coffee +++ b/app/views/play/modal/SubscribeModal.coffee @@ -45,7 +45,7 @@ module.exports = class SubscribeModal extends ModalView popoverContent = "

" + $.i18n.t('subscribe.parents_blurb1') + "

" popoverContent += "

" + $.i18n.t('subscribe.parents_blurb2') + "

" popoverContent += "

" + $.i18n.t('subscribe.parents_blurb3') + "

" - popoverContent = popoverContent.replace /9[.,]99/g, '5.99' # Sale + #popoverContent = popoverContent.replace /9[.,]99/g, '5.99' # Sale window.popoverContent = popoverContent @$el.find('#parents-info').popover( animation: true