Sfoglia il codice sorgente

修正fb登入問題

jeter20131220 3 anni fa
parent
commit
3c9033fa2a
2 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 3 3
      desktop11/goto.js
  2. 3 3
      mobile/script/goto.js

+ 3 - 3
desktop11/goto.js

@@ -249,9 +249,9 @@ function statusChangeCallback(response) {
   }
 
   // 登入 FB, 未偵測到加入會員
-  else if (response.status === "not_authorized") {
-    target.innerHTML = "已登入 FB,但未加入 WFU BLOG DEMO 應用程式";
-  }
+  // else if (response.status === "not_authorized") {
+  //   target.innerHTML = "已登入 FB,但未加入 WFU BLOG DEMO 應用程式";
+  // }
 
   // 未登入 FB
   // else {

+ 3 - 3
mobile/script/goto.js

@@ -184,9 +184,9 @@ function statusChangeCallback(response) {
   }
 
   // 登入 FB, 未偵測到加入會員
-  else if (response.status === "not_authorized") {
-    target.innerHTML = "已登入 FB,但未加入 WFU BLOG DEMO 應用程式";
-  }
+  // else if (response.status === "not_authorized") {
+  //   target.innerHTML = "已登入 FB,但未加入 WFU BLOG DEMO 應用程式";
+  // }
 
   // 未登入 FB
   // else {