File "beacon-clicked.js"

Full Path: /home/jlklyejr/public_html/wp-content-20241030122153/plugins/flexible-shipping/assets/js/beacon-clicked.js
File size: 267 bytes
MIME-type: text/plain
Charset: utf-8

jQuery(function($) {
	$('#wpdesk-helpscout-beacon').on('click', function() {
		$.ajax({
			url: fs_beacon_clicked.ajax_url,
			type: 'POST',
			data: {
				action: fs_beacon_clicked.action,
				nonce: fs_beacon_clicked.nonce,
			},
			dataType: 'json',
		});
	});
});