Explorar o código

移除測試訊息

Mike %!s(int64=3) %!d(string=hai) anos
pai
achega
8c577163b7
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      html/script_index.js

+ 0 - 1
html/script_index.js

@@ -41,7 +41,6 @@ function login(){
             responseOBJ = JSON.parse(xhr.responseText);
             // document.cookie = 'jwt_token='+responseOBJ.jwt_token    // access_token -> jwt_token
             document.cookie = 'jwt_token='+responseOBJ.access_token;
-            alert('document.cookie = ' + document.cookie); // test
             console.log(responseOBJ);
             if (responseOBJ.access_token!=null)
                 {