Skip to content

Instantly share code, notes, and snippets.

@itsbth
Created February 5, 2012 01:14
Show Gist options
  • Select an option

  • Save itsbth/1741743 to your computer and use it in GitHub Desktop.

Select an option

Save itsbth/1741743 to your computer and use it in GitHub Desktop.
Uploaded by UploadToGist for Sublime Text 2
link = null
window.loginCallback = ->
document.location.href = link if link
$ ->
$('a[data-login]').click (evt) ->
link = this.href
wnd = window.open '/auth/steam', 'login', 'menubar=no,status=no'
if window.opener and window.opener.loginCallback
window.opener.loginCallback()
window.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment