Call Center Agent: Prevent duplicate Agent IDs (within the same domain).

Devices: Remove unnecessary javascript.
This commit is contained in:
Nate Jones
2015-05-04 21:01:55 +00:00
parent 9f5c2422d3
commit 198967cf08
3 changed files with 69 additions and 6 deletions

View File

@@ -478,12 +478,10 @@ require_once "resources/require.php";
if (duplicate_username == false) {
document.getElementById('frm').submit();
return false;
}
});
}
});
return false;
}
</script>
<?php