Remove background from exported data

This commit is contained in:
2021-03-08 16:34:45 +01:00
parent 651bfb4e8d
commit 824759627f
2 changed files with 0 additions and 2 deletions

View File

@@ -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));
}