mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Update dialplan_outbound_add.php
This commit is contained in:
@@ -846,7 +846,8 @@ function type_onchange(dialplan_detail_type) {
|
||||
}
|
||||
|
||||
//set the onchange
|
||||
if (if_group("superadmin")) { $onchange = "onchange='changeToInput(this);'"; } else { $onchange = ''; }
|
||||
$onchange = '';
|
||||
//if (if_group("superadmin")) { $onchange = "onchange='changeToInput(this);'"; } else { $onchange = ''; }
|
||||
|
||||
echo "<select name=\"gateway\" id=\"gateway\" class=\"formfld\" $onchange>\n";
|
||||
echo "<option value=''></option>\n";
|
||||
|
||||
Reference in New Issue
Block a user