We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0447e commit 7c794d6Copy full SHA for 7c794d6
BlogEngine/BlogEngine.NET/Scripts/contact.js
@@ -37,8 +37,8 @@ function endSendMessage(arg, context) {
37
else {
38
if ($("#spnCaptchaIncorrect")) $("#spnCaptchaIncorrect").css("display", "none");
39
40
- $('[data-id="btnSend').attr("disabled", "");
41
- var form = $('[data-id="divForm');
+ $('[data-id="btnSend"]').attr("disabled", "");
+ var form = $('[data-id="divForm"]');
42
var thanks = $('#thanks');
43
44
form.css("display", "none");
@@ -56,4 +56,4 @@ function onSendError(err, context) {
56
}
57
$('[data-id="btnSend"]').css("display", "none");
58
alert("Sorry, but the following occurred while attemping to send your message: " + err);
59
-}
+}
0 commit comments