mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Device Edit: Added comment on the duplicate check js.
This commit is contained in:
@@ -381,6 +381,7 @@ require_once "resources/require.php";
|
||||
obj[0].parentNode.removeChild(obj[2]);
|
||||
}
|
||||
|
||||
// checks for duplicate devices (mac addresses) in db
|
||||
function check_mac_duplicate(mac_addr, device_uuid_to_ignore) {
|
||||
if (mac_addr != '') {
|
||||
check_url = "device_edit.php?mac="+mac_addr+"&id="+device_uuid_to_ignore;
|
||||
|
||||
Reference in New Issue
Block a user