Skip to content

Instantly share code, notes, and snippets.

@lukemelia
Forked from jorgedavila25/gist:3185826
Created July 27, 2012 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukemelia/3185831 to your computer and use it in GitHub Desktop.
Save lukemelia/3185831 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