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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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');