0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
plugins
/
wp-google-maps
/
js
/
[
Home
]
File: usage_tracking.js
jQuery(function($) { var mapid = jQuery("#wpgmza_id").val(); var data = { action: 'track_usage', mapid: mapid } jQuery.post(ajaxurl, data, function( response ){ }); });