mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update bridges.php
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user