Update xmlCap.js
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user