diff --git a/contract.html b/contract.html
index b6444d7..b1f75fd 100644
--- a/contract.html
+++ b/contract.html
@@ -597,6 +597,7 @@
$("#call_result").text("");
$(".next").removeClass("active1");
}
+ $("#call").attr("disabled", false);
})
.catch(function (err) {
$("#call_test_result").text(JSON.stringify(err));