jeter20131220 пре 3 година
родитељ
комит
327cf73b03
1 измењених фајлова са 1 додато и 1 уклоњено
  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));
 }