Remove to allow more flexibility on the device_address

This commit is contained in:
FusionPBX
2023-06-30 14:23:19 -06:00
committed by GitHub
parent c3438ec3ae
commit 1ecd3c7be9

View File

@@ -1302,7 +1302,6 @@
tb.className='formfld';
tb.setAttribute('id', 'device_address_<?php echo $d; ?>');
tb.setAttribute('style', 'width: 80%;');
tb.setAttribute('pattern', '^([0-9A-Fa-f]{2}[:-]?){5}([0-9A-Fa-f]{2})$');
tb.value=obj.options[obj.selectedIndex].value;
document.getElementById('btn_select_to_input_device_address_<?php echo $d; ?>').style.visibility = 'hidden';
tbb=document.createElement('INPUT');