Skip to content

Commit

Permalink
Remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Apr 24, 2013
1 parent 6551d12 commit 0f87884
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/geolocater/bindings/address.xml
Expand Up @@ -270,7 +270,6 @@
req.send(null);
if (req.status != 200)
return '';
alert(req.responseText);
var xmlDoc = req.responseXML;
var nsResolver = xmlDoc.createNSResolver( xmlDoc.ownerDocument == null ? xmlDoc.documentElement : xmlDoc.ownerDocument.documentElement);
Expand Down Expand Up @@ -519,7 +518,6 @@
req.send(null);
if (req.status != 200)
return '';
alert(req.responseText);
var xmlDoc = req.responseXML;
var nsResolver = xmlDoc.createNSResolver( xmlDoc.ownerDocument == null ? xmlDoc.documentElement : xmlDoc.ownerDocument.documentElement);
Expand Down

0 comments on commit 0f87884

Please sign in to comment.