jeter20131220 пре 3 година
родитељ
комит
ca55418d01
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      desktop11/goto.js

+ 2 - 2
desktop11/goto.js

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