author | ddavis |
Fri, 30 Aug 2013 18:05:57 +0900 | |
changeset 6 | 393375e18d7a |
parent 5 | d36e5ebeec82 |
child 7 | f99dee75e0ce |
js/w3c_talks.js |
--- a/js/w3c_talks.js Fri Aug 30 17:58:48 2013 +0900 +++ b/js/w3c_talks.js Fri Aug 30 18:05:57 2013 +0900 @@ -45,8 +45,6 @@ if (httpRequest.readyState === 4) { if (httpRequest.status !== 200) { console.log('There was a problem with the XHR action.'); - } else { - alert('Success: ' + httpRequest.responseText); } } };