mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -60,7 +60,7 @@ ComunicWeb.components.textParser = {
 | 
				
			|||||||
		//Get the list of user tags of the target
 | 
							//Get the list of user tags of the target
 | 
				
			||||||
		var nodes = target.getElementsByTagName("userTag");
 | 
							var nodes = target.getElementsByTagName("userTag");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		for (const num in nodes) {
 | 
							for (var num in nodes) {
 | 
				
			||||||
			if (nodes.hasOwnProperty(num)) {
 | 
								if (nodes.hasOwnProperty(num)) {
 | 
				
			||||||
				const node = nodes[num];
 | 
									const node = nodes[num];
 | 
				
			||||||
				
 | 
									
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user