Skip to content

Commit

Permalink
Signed-off-by: Ricardo Godoy <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Godoy committed Feb 2, 2013
1 parent 03e53da commit f3cec21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adicionar_local.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ <h2 class="p3" style="display:none;">Terceiro passo</h2>
function statusFacebook() {
FB.getLoginStatus(function(response) {
if (response.status === 'connected') {
} else {
FB.api('/me', function (r) {
alert(r.id)
});
Expand Down

0 comments on commit f3cec21

Please sign in to comment.