diff --git a/_includes/likes.html b/_includes/likes.html index 9b740a4..41239d5 100644 --- a/_includes/likes.html +++ b/_includes/likes.html @@ -45,7 +45,7 @@ } likesCount.innerHTML = result; heartIcon.style.pointerEvents = 'auto'; - }) + }); } var apiUrl = serviceUrl + "/GetPostLikes?siteId=" + siteId + "&postId=" + postId; @@ -62,5 +62,5 @@ } apiCall(apiUrl, "click"); - }); + }) \ No newline at end of file diff --git a/_includes/thank-you.html b/_includes/thank-you.html index 5f6e602..e213557 100644 --- a/_includes/thank-you.html +++ b/_includes/thank-you.html @@ -26,14 +26,12 @@

-