Skip to content

Instantly share code, notes, and snippets.

@jorgedavila25
Created July 27, 2012 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jorgedavila25/3185826 to your computer and use it in GitHub Desktop.
Save jorgedavila25/3185826 to your computer and use it in GitHub Desktop.
(($) ->
$.fn.logoPopup = () ->
this.mousedown ->
$(document).bind "contextmenu",(event)->
true
if event.which === 3
$('<div id="logo-lightbox-container">').hide().appendTo'body'.load '/u/logo',-> $.easybox "#logo-lightbox-container"
)jQuery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment