Update xmlCap.js

This commit is contained in:
Val
2018-11-08 09:44:36 -05:00
committed by GitHub
parent 1b97f79586
commit c9073a94a6

View File

@@ -21,7 +21,6 @@ function captureXML() {
content += '<td><input type="checkbox"' + checked + '></td></tr>';
}
content += '</table>';
}
btnTxt = btnTxt.replace('capture', 'hide');
} else {
console.log('Connection to Server succeeded. Content was not received due to error.');