removed redundant condition on the caliberate button

This commit is contained in:
Rohit Nandwani
2019-06-20 11:05:12 -04:00
parent fddc249090
commit 03f331f89e

View File

@@ -217,7 +217,7 @@ robotiqDataTopic.subscribe(function(message) {
{
//consider adding warning buttons
} else {
document.getElementById("calibrateButton").disabled = true;
//document.getElementById("calibrateButton").disabled = true;
}
});