A Part of the Coptic Orthodox Diocese of the Southern United States
Profile
Join date: Mar 30, 2023
This member hasn't shared any info about themselves yet
This member hasn't written about themselves.
St. John The beloved
More actions
bottom of page
$w.onReady(() => {
let currentYear = new Date().getFullYear();
//BUTTON ELEMENT
$w("#copyrightButton").label = `(c) 2021 - ${currentYear}. BUSINESS NAME.`;
//TEXT ELEMENT
$w("#copyrightText").text = `(c) 2021 - ${currentYear}. BUSINESS NAME.`;
});