From 1ecd3c7be90d0b67c3228f43da8b029001ed3500 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Jun 2023 14:23:19 -0600 Subject: [PATCH] Remove to allow more flexibility on the device_address --- app/extensions/extension_edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index f8022f6970..3bec574767 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -1302,7 +1302,6 @@ tb.className='formfld'; tb.setAttribute('id', 'device_address_'); 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_').style.visibility = 'hidden'; tbb=document.createElement('INPUT');