Update dialplan_outbound_add.php

This commit is contained in:
FusionPBX
2018-11-10 00:51:53 -07:00
committed by GitHub
parent 52ef690f4c
commit 3c0b858a01

View File

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