소스 검색

comment out local

huaisianhuang 3 년 전
부모
커밋
74ea55b4ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html/script_profiles.js

+ 1 - 1
html/script_profiles.js

@@ -16,7 +16,7 @@ function checkLocal() {
   if(userBasics.length == 0){ return };
   //userBasics = JSON.parse(userBasics);
   console.log(userBasics);
-  $('.userName').html(`<h2 class="user-name text-white mt-4 fw-bold">Hi ${userBasics.user_info.userName}</h2>`);
+  //$('.userName').html(`<h2 class="user-name text-white mt-4 fw-bold">Hi ${userBasics.user_info.userName}</h2>`);
 }
 
 $('.dropdown-toggle').click(() => {