Skip to content

Instantly share code, notes, and snippets.

@stevencwarren
Created July 11, 2014 15:02
Show Gist options
  • Save stevencwarren/185768baf400f3d6231c to your computer and use it in GitHub Desktop.
Save stevencwarren/185768baf400f3d6231c to your computer and use it in GitHub Desktop.
unless @model.get('is_parent_kid')
btn = buttonHelpTpl(user: @model.attributes, autoprompt: false)
@$el.prepend(btn)
$("body").on("click.uvpopover", (e) ->
unless $(e.target).is("#button-help")
UserVoice.hide()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment