Skip to content
Snippets Groups Projects
Commit 20c29e96 authored by NAZLIBILGIC's avatar NAZLIBILGIC
Browse files

text wall messaga view fix

parent f1909f48
Branches master
No related tags found
No related merge requests found
......@@ -144,8 +144,10 @@ function openBrowse() {
document.getElementById("home-button").style.textDecoration = null;
document.getElementById("browse-button").style.textDecoration = "underline";
document.getElementById("account-button").style.textDecoration = null;
document.getElementById("text-wall").innerHTML = "";
localStorage.setItem("activeProfileViewTab", "browse");
}
function openAccount() {
......@@ -156,8 +158,10 @@ function openAccount() {
document.getElementById("home-button").style.textDecoration = null;
document.getElementById("browse-button").style.textDecoration = null;
document.getElementById("account-button").style.textDecoration = "underline";
document.getElementById("text-wall").innerHTML = "";
localStorage.setItem("activeProfileViewTab", "account");
}
function data_retrival(token) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment