changes to fix with current browsers

This commit is contained in:
Joe Tretter
2020-04-27 16:42:21 -05:00
80 changed files with 38 additions and 28 deletions

View File

@@ -240,4 +240,4 @@ function getUserInfo(attribute) {
var parser=new DOMParser();
var doc=parser.parseFromString(txtResp,"text/xml");
return(doc.documentElement.getAttribute(attribute));
}
}