Skip to content

Commit

Permalink
Removed an alert on loading
Browse files Browse the repository at this point in the history
  • Loading branch information
bremonline committed Oct 17, 2014
1 parent c593b13 commit af466f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/load_xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function make_disease_array () {
}
*/
function parse_xml(data) {
alert(data);
// alert(data);
personal_information.id = $(data).find("patientPerson > id").attr("extension");
// Handle the misspelling from the previous version of the software
if (personal_information.id == null) personal_information.id = $(data).find("patientPerson > id").attr("extention");
Expand Down

0 comments on commit af466f1

Please sign in to comment.