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登入按扭(開發中),請勿點擊');
     }
 }