assets/scripts/core.js in bfdotcom-theme-0.2.7 vs assets/scripts/core.js in bfdotcom-theme-0.2.8

- old
+ new

@@ -165,10 +165,10 @@ }; return apigClient; }; function submitComment() { - var commentText = $('#commentText').text() + var commentText = $('#commentText').val() var userInfo = getUserInfo() $('#submitButton').hide() $('#commentBox').hide() $('#submittingComment').show() var apigClient = apigClientFactory.newClient();