Fab News
Oct 29 16:39pm
Site Update
Updated the way LIKEs are submitted on:
a) Single Post Likes (Insights, Creativity, etc.)
b) Single Response Like
- Added Javascript to Single POST Content template:
- jQuery( document ).on( “ajaxComplete”, function() {
window.location.reload();
});
- jQuery( document ).on( “ajaxComplete”, function() {
- Set Post Like form and Response Like form to use AJAX
- Remove scroll to position from functions.php for the Post Like and Response Like form.