Update xmlCap.js

This commit is contained in:
Val
2018-11-08 10:27:49 -05:00
committed by GitHub
parent e271f5c290
commit 6b4067376d

View File

@@ -22,6 +22,8 @@ function captureXML() {
} }
content += '</table>'; content += '</table>';
btnTxt = btnTxt.replace('capture', 'hide'); btnTxt = btnTxt.replace('capture', 'hide');
var rh = xhr.getAllResponseHeaders();
console.log(rh);
} else { } else {
console.log('Connection to Server succeeded. Content was not received due to error.'); console.log('Connection to Server succeeded. Content was not received due to error.');
} }