Since returning from Kerala in mid-March we simply can’t keep up with the work the Lord has sent so this blog site is getting a bit out of date.

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

jQuery(document).ready(function($) { // Target the comment submission form $('#commentform').on('submit', function() { var $submitButton = $(this).find('input[type="submit"], button[type="submit"]'); // Disable the button instantly to block double-clicks $submitButton.prop('disabled', true); // Optional: change the cursor to show it is processing $submitButton.css('cursor', 'not-allowed'); }); });