mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-10-12 00:44:52 +00:00
Remove background from exported data
This commit is contained in:
@@ -23,6 +23,5 @@ function ApplyUserInfo() {
|
||||
setBoolInnerHTMLById("u-commentsforbidden", userInfo.noCommentOnHisPage);
|
||||
setBoolInnerHTMLById("u-allowpostsfromfriends", userInfo.allowPostFromFriendOnHisPage);
|
||||
setInnerHTMLById("u-accountcreationtime", timeToStr(userInfo.account_creation_time));
|
||||
applyURLToImage(byId("u-bgimage"), userInfo.backgroundImage);
|
||||
setInnerHTMLById("u-pagelikes", timeToStr(userInfo.pageLikes));
|
||||
}
|
Reference in New Issue
Block a user