Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
met18001 committed Mar 5, 2020
1 parent 387f43d commit a25763b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/main.js
Expand Up @@ -64,8 +64,8 @@ document.querySelector("#sendBtn").addEventListener('click', function(){
let date_str = month.toString() + "/" + curr_date.getDate().toString() + "/" + curr_date.getFullYear().toString();

});

document.getElementById("usernameInput").innerHTML = localStorage.getItem("userName");
document.getElementById("statusInput").innerHTML = localStorage.getItem("userStatus");
document.getElementById("profilePicInput").innerHTML = localStorage.getItem("userProfilePic");
document.getElementById("profilePicInput").src = localStorage.getItem("userProfilePic");

0 comments on commit a25763b

Please sign in to comment.