Fixed possible bug in partialUpdate
This commit is contained in:
parent
02cd3d633e
commit
32a89e13cd
1 changed files with 1 additions and 1 deletions
|
@ -2038,7 +2038,7 @@ function partialUpdate(src, tar, des) {
|
||||||
console.log(removeElements[j].outerHTML);
|
console.log(removeElements[j].outerHTML);
|
||||||
}
|
}
|
||||||
if (removeElements[j])
|
if (removeElements[j])
|
||||||
removeElements[j].remove();
|
$(removeElements[j]).remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue