jeter20131220 3 år sedan
förälder
incheckning
327cf73b03
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      desktop11/goto.js

+ 1 - 1
desktop11/goto.js

@@ -334,7 +334,7 @@ function fbLogin() {
     console.log(response);
   }, { scope: 'public_profile,email' });
 
-  // console.log('FB API回傳資料: ' + JSON.stringify(response));
+  console.log('FB API回傳資料: ' + JSON.stringify(response));
 }