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; check = div.innerHTML == content;
if (check) { if (check) {
if (xhr.status >= 200 && xhr.status < 400) { if (xhr.status >= 200 && xhr.status < 400) {
var data = xhr.responseXML, var data = xhr.responseXML;
c;
} }
btnTxt = btnTxt.replace('capture', 'hide'); btnTxt = btnTxt.replace('capture', 'hide');
} else { } else {