Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
post-date
/
wp-content
/
plugins
/
flexible-shipping
/
assets
/
js
:
beacon-clicked.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
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', }); }); });