Skip to content
Snippets Groups Projects
Commit 3653eec3 authored by MaximeOLIVA's avatar MaximeOLIVA
Browse files

final changes

parent 21dbcc5e
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,8 @@ function BP_message_management(){
function browse_email(){
let email = document.getElementById("input_email_browse").value;
let form = document.getElementById("email_browsed");
form.reset();
display_wall_info(email, 'BP');
localStorage.setItem("browsed_email", email);
}
......@@ -213,6 +215,7 @@ function openTab(tabName) {
display_wall_info(localStorage.getItem("browsed_email"), "BP");
}
document.getElementById("browse_error").style.display = "none";
document.getElementById(tabName).style.display = "block";
document.getElementById("tab_" + tabName).className += " active";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment