瀏覽代碼

修正fb登入問題

jeter20131220 3 年之前
父節點
當前提交
3c9033fa2a
共有 2 個文件被更改,包括 6 次插入6 次删除
  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 {