%PDF- %PDF-
| Direktori : /home/infra/new-ong/bethemeold/functions/plugins/elementor/assets/ |
| Current File : //home/infra/new-ong/bethemeold/functions/plugins/elementor/assets/widget-countdown-preview.js |
(function ($) {
$(window).on("elementor/frontend/init", function () {
elementorFrontend.hooks.addAction("frontend/element_ready/mfn_countdown.default", function ($scope, $) {
$scope.find('.downcount').each(function () {
$(this).downCount({
date: $(this).attr('data-date'),
offset: $(this).attr('data-offset')
});
});
});
});
})(jQuery);