mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-24 18:08:50 +00:00
Improved rendering of user like button
This commit is contained in:
parent
697482c071
commit
e834b06b16
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user