Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/filemang...
File: checkbox.js
function onCheckItem()
[0] Fix | Delete
{
[1] Fix | Delete
for (let i = 0; i < document.form.elements.length; ++i) {
[2] Fix | Delete
if (document.form.elements[i].type === 'checkbox') {
[3] Fix | Delete
document.form.elements[i].checked = document.form.all.checked === true;
[4] Fix | Delete
}
[5] Fix | Delete
}
[6] Fix | Delete
}
[7] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function