Update xmlCap.js

This commit is contained in:
Val
2018-11-08 09:24:20 -05:00
committed by GitHub
parent 4769e274f2
commit e5dca1d640

View File

@@ -11,8 +11,8 @@ function captureXML() {
check = div.innerHTML == content;
if (check) {
if (xhr.status >= 200 && xhr.status < 400) {
var data = xhr.responseXML,
c;
var data = xhr.responseXML;
}
btnTxt = btnTxt.replace('capture', 'hide');
} else {