jeter20131220 3 лет назад
Родитель
Сommit
327cf73b03
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      desktop11/goto.js

+ 1 - 1
desktop11/goto.js

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