mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
4d5a766083
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ module.exports = class SubscribeModal extends ModalView
|
|||
popoverContent = "<p>" + $.i18n.t('subscribe.parents_blurb1') + "</p>"
|
||||
popoverContent += "<p>" + $.i18n.t('subscribe.parents_blurb2') + "</p>"
|
||||
popoverContent += "<p>" + $.i18n.t('subscribe.parents_blurb3') + "</p>"
|
||||
#popoverContent = popoverContent.replace /9[.,]99/g, '5.99' # Sale
|
||||
unless me.getSubscribePriceGroup() is 'control'
|
||||
popoverContent = popoverContent.replace /9[.,]99/g, '14.99'
|
||||
window.popoverContent = popoverContent
|
||||
@$el.find('#parents-info').popover(
|
||||
animation: true
|
||||
|
|
Loading…
Reference in a new issue