Mike 3 лет назад
Родитель
Сommit
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登入按扭(開發中),請勿點擊');
     }
 }