mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Removed an unnecessary console log
This commit is contained in:
parent
71538b0ac9
commit
4cd8d95c72
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ 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