Update bridges.php

This commit is contained in:
FusionPBX 2019-10-19 09:09:49 -06:00 committed by GitHub
parent d8c29365bd
commit 944acdc648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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";
?>
?>