|
1
|
jQuery(window).on('elementor/frontend/init', function() { |
|
2
|
elementorFrontend.hooks.addAction('frontend/element_ready/latepoint_book_button.default', function($scope) { |
|
3
|
if(jQuery('.latepoint-book-button').length){ |
|
4
|
window.latepoint_init_booking_form_by_trigger = function(e) { |
|
5
|
e.preventDefault(); |
|
6
|
}; |
|
7
|
} |
|
8
|
}); |
|
9
|
});
|