mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Properly ended HoC sale price.
This commit is contained in:
parent
d4cfaac7e5
commit
dae39321e2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ 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
|
||||
#popoverContent = popoverContent.replace /9[.,]99/g, '5.99' # Sale
|
||||
window.popoverContent = popoverContent
|
||||
@$el.find('#parents-info').popover(
|
||||
animation: true
|
||||
|
|
Loading…
Reference in a new issue