// Source - https://stackoverflow.com/a // Posted by user447356, modified by community. See post 'Timeline' for change history // Retrieved 2025-12-31, License - CC BY-SA 3.0 if ('matchMedia' in window) { // Chrome, Firefox, and IE 10 support mediaMatch listeners window.matchMedia('print').addListener(function(media) { if (media.matches) { beforePrint(); } else { // Fires immediately, so wait for the first mouse movement $(document).one('mouseover', afterPrint); } }); } else { // IE and Firefox fire before/after events $(window).on('beforeprint', beforePrint); $(window).on('afterprint', afterPrint); } function beforePrint() { $("#AllContent").hide(); $(".PrintMessage").show(); } function afterPrint() { $(".PrintMessage").hide(); $("#AllContent").show(); }

Thursday, May 30

Exhortation: Do not give up: A look at Galatians 6 verse 9.



 Who wrote the epistle of Galatians?

The Epistle of Galatians was written by the Apostle Paul addressed to the Galatian churches in Asia Minor. Paul had a special interest in the Galatian Church because he was involved in the evangelizing of the saints and forming the church in the territory. 

So what does Galatians 6:9 mean?

Let's take a look at the text:

"Let us not be weary in doing good, for at the proper time we will reap a harvest if we do not give up." (NIV)