Hi Semicolon,
On the Events Single page, the countdown feature (based on moment.js) now throws a deprecation warning (original issue and suggestion s to resolve this can be found on: https://github.com/moment/moment/issues/1407 )
I use this countdown as per your sample file:
<div class="entry-overlay d-flex align-items-center justify-content-center">
<span class="d-none d-md-flex">Starts in: </span><div class="countdown d-block d-md-flex" data-year="2020" data-month="12"></div>
</div>Could you please advise me about where and what do I need to change in canvas js file to solve this issue and avoid deprecation warning?
Probably only a simple change is needed to ensure proper date format to be passed to moment().
Thank you
A.
