mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +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
 | 
			
		||||
		var nodes = target.getElementsByTagName("userTag");
 | 
			
		||||
 | 
			
		||||
		for (const num in nodes) {
 | 
			
		||||
		for (var num in nodes) {
 | 
			
		||||
			if (nodes.hasOwnProperty(num)) {
 | 
			
		||||
				const node = nodes[num];
 | 
			
		||||
				
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user