|
@@ -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(() => {
|