Mike 3 gadi atpakaļ
vecāks
revīzija
8937b61680
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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登入按扭(開發中),請勿點擊');
     }
 }