Improved rendering of user like button

This commit is contained in:
Pierre 2017-12-29 09:19:48 +01:00
parent 697482c071
commit e834b06b16

View File

@ -63,12 +63,15 @@ ComunicWeb.pages.userPage.profileInfos = {
innerHTML: infos.firstName + " " + infos.lastName
});
//Show user likes
var userLikesTarget = createElem2({
appendTo: boxBody,
type: "div"
});
userLikesTarget.style.textAlign = "center";
userLikesTarget.style.marginBottom = "10px";
//Check wether user is linking or not
var userLiking = null;
@ -85,7 +88,9 @@ ComunicWeb.pages.userPage.profileInfos = {
userLikesTarget,
);
//Add list of informations about user
//Add a list of informations about user
var listInfos = createElem2({
appendTo: boxBody,
type: "url",