Update bridges.php

This commit is contained in:
FusionPBX
2019-10-19 09:09:49 -06:00
committed by GitHub
parent b38eb01980
commit 0f05cdcb87

View File

@@ -150,7 +150,7 @@
echo " var inputs = document.getElementsByTagName('input');\n";
echo " var box_checked = document.getElementById('checkbox_all').checked;\n";
echo " for (var i = 0, max = inputs.length; i < max; i++) {\n";
echo " if (inputs[i].type === 'checkbox') {\n";
echo " if (inputs[i].type === 'checkbox') {\n";
echo " inputs[i].checked = box_checked;\n";
echo " }\n";
echo " }\n";
@@ -288,4 +288,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>