Mike 3 年之前
父節點
當前提交
8937b61680
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      desktop11/index.html

+ 0 - 2
desktop11/index.html

@@ -33,8 +33,6 @@
 function statusChangeCallback(response) {  // Called with the results from FB.getLoginStatus().
     if (response.status === 'connected') {  // 已登入
         testAPI();  
-    } else { // 未登入
-        $('#status').html('FB登入按扭(開發中),請勿點擊');
     }
 }