changes to fix with current browsers
This commit is contained in:
@@ -240,4 +240,4 @@ function getUserInfo(attribute) {
|
||||
var parser=new DOMParser();
|
||||
var doc=parser.parseFromString(txtResp,"text/xml");
|
||||
return(doc.documentElement.getAttribute(attribute));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user