mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Fix issue
This commit is contained in:
parent
2dae59e749
commit
beafe2580a
@ -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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user