mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Call Center Agent: Prevent duplicate Agent IDs (within the same domain).
Devices: Remove unnecessary javascript.
This commit is contained in:
@@ -478,12 +478,10 @@ require_once "resources/require.php";
|
||||
|
||||
if (duplicate_username == false) {
|
||||
document.getElementById('frm').submit();
|
||||
return false;
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
return false;
|
||||
}
|
||||
</script>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user