mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Remove background from exported data
This commit is contained in:
		@@ -65,7 +65,6 @@
 | 
			
		||||
				<tr><td>Comments forbidden</td><td id="u-commentsforbidden"></td></tr>
 | 
			
		||||
				<tr><td>Allow posts from friends</td><td id="u-allowpostsfromfriends"></td></tr>
 | 
			
		||||
				<tr><td>Account creation time</td><td id="u-accountcreationtime"></td></tr>
 | 
			
		||||
				<tr><td>Background image</td><td><img id="u-bgimage" class="background-image" /></td></tr>
 | 
			
		||||
				<tr><td>Page likes</td><td id="u-pagelikes"></td></tr>
 | 
			
		||||
			</table>
 | 
			
		||||
		</div>
 | 
			
		||||
 
 | 
			
		||||
@@ -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