author | Daniel Davis <ddavis@w3.org> |
Tue, 03 Sep 2013 23:01:31 +0900 | |
changeset 20 | 812d50af99c9 |
parent 19 | 6508e1d1c686 |
child 21 | 043a5ae4eba7 |
js/w3c_talks.js |
--- a/js/w3c_talks.js Tue Sep 03 13:01:21 2013 +0000 +++ b/js/w3c_talks.js Tue Sep 03 23:01:31 2013 +0900 @@ -108,9 +108,10 @@ if (httpRequest.readyState === 4) { if (httpRequest.status !== 200) { console.log('There was a problem with the XHR action.'); - }else{ + } else { + // For debugging console.log(httpRequest.response); - } + } } }; httpRequest.open('POST', url);