|
@@ -75,7 +75,7 @@ function testAPI() { // Testing Graph API after login. See
|
|
|
console.log('Successful login for: ' + response.name + ', email = ' + response.email + ', id = ' + response.id);
|
|
|
document.getElementById('status').innerHTML = 'Thanks for logging in, ' + response.name + '!';
|
|
|
});
|
|
|
-}
|
|
|
+};
|
|
|
</script>
|
|
|
|
|
|
<div class="container-fluid" style="padding:0;margin:0 ">
|