Code for the "masterPage.js" File
$w.onReady(function () {
const today = new Date();
const year = today.getFullYear();
$w('#copyrightText').text = `© ${year} Wix Fix | All Rights Reserved`;
});
Updated: Jun 12
$w.onReady(function () {
const today = new Date();
const year = today.getFullYear();
$w('#copyrightText').text = `© ${year} Wix Fix | All Rights Reserved`;
});
Commentaires