Backend Service

This commit is contained in:
2019-04-07 22:14:29 +00:00
parent 32fe842765
commit 54980cee87
4 changed files with 70 additions and 11 deletions
@@ -160,7 +160,9 @@
function connectLinkID() {
var patient_link_id = document.linkform.patient_link_id.value;
if (patient_link_id === '' || )) {
// alert(patient_link_id);
if (patient_link_id === '' ) {
alert('You must enter valid linkID to continue!');
return false;
}
@@ -177,10 +179,6 @@
});
return false;
}
// -->
</script>