Skip to content

Instantly share code, notes, and snippets.

@ashblue
Created April 27, 2012 20:46
Show Gist options
  • Save ashblue/2512952 to your computer and use it in GitHub Desktop.
Save ashblue/2512952 to your computer and use it in GitHub Desktop.
fb call
loginStatus: function() {
FB.getLoginStatus(function(response) {
if (response.status === 'unknown') {
NRD.Scroll.offset = 130;
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment