assets/scripts/core.js in bfdotcom-theme-0.2.5 vs assets/scripts/core.js in bfdotcom-theme-0.2.6
- old
+ new
@@ -168,10 +168,10 @@
function submitComment() {
var commentText = $('#commentText').text()
var userInfo = getUserInfo()
$('#submitButton').hide()
- $('#commentText').hide()
+ $('#commentBox').hide()
$('#submittingComment').show()
var apigClient = apigClientFactory.newClient();
apigClient.commentsPost({}, {
"authorName": userInfo.name,
"authorEmail": userInfo.email,