Describe your image here. Go to “Manage Media” to add your content.
I’m an image title.
Describe your image here. Go to “Manage Media” to add your content.
I’m an image title.
Describe your image here. Go to “Manage Media” to add your content.
I’m an image title.
Describe your image here. Go to “Manage Media” to add your content.
I’m an image title.
Describe your image here. Go to “Manage Media” to add your content.
I’m an image title.
Describe your image here. Go to “Manage Media” to add your content.
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.`;
});