Skip to content
Snippets Groups Projects
Commit 37ccbbe2 authored by ComeF2's avatar ComeF2
Browse files

Petites modifs

parent 3653eec3
Branches
No related tags found
No related merge requests found
...@@ -167,16 +167,6 @@ img { ...@@ -167,16 +167,6 @@ img {
width: 460px; width: 460px;
} }
<<<<<<< HEAD
=======
#HP_wall{
height: 400px;
margin-top: 10px;
overflow: auto;
width: 480px;
}
>>>>>>> cb4e50a33e19b53328badcdf131908693b4ac41b
#BP_sbutton { #BP_sbutton {
margin-bottom: 5px; margin-bottom: 5px;
margin-top: 10px; margin-top: 10px;
......
...@@ -224,9 +224,11 @@ function openTab(tabName) { ...@@ -224,9 +224,11 @@ function openTab(tabName) {
function display_wall_info(email, tab) { function display_wall_info(email, tab) {
//check if we already have the data stored of if we have to call the server //check if we already have the data stored of if we have to call the server
if((localStorage.getItem("browsed_email") === null) || localStorage.getItem("browsed_email") != email || data_user === null) { /*if((localStorage.getItem("browsed_email") === null) || localStorage.getItem("browsed_email") != email || data_user === null) {
data_user = serverstub.getUserDataByEmail(localStorage.getItem("token"), email); data_user = serverstub.getUserDataByEmail(localStorage.getItem("token"), email);
} }*/
data_user = serverstub.getUserDataByEmail(localStorage.getItem("token"), email);
if(data_user.success) { if(data_user.success) {
if(tab == "BP") { if(tab == "BP") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment