mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
minimize changes
This commit is contained in:
parent
60e27d386f
commit
f6dd3ce0c8
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ module.exports = class SubscribeModal extends ModalView
|
|||
popoverTitle = $.i18n.t 'subscribe.parent_email_title'
|
||||
popoverTitle += '<button type="button" class="close" onclick="$('.parent-button').popover('hide');">×</button>'
|
||||
popoverContent = ->
|
||||
console.log 'found html', $('.parent-button-popover-content').html()
|
||||
$('.parent-button-popover-content').html()
|
||||
@$el.find('.parent-button').popover(
|
||||
animation: true
|
||||
|
|
Loading…
Reference in a new issue