web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js
changeset 204 09a1c134465b
parent 203 f507feede89a
child 205 a4f7897e21a9
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     1 jQuery(document).ready(function(){
       
     2 	jQuery.ajax({
       
     3 		url: slideshowFeedbackVariables['address'],
       
     4 		dataType: 'jsonp',
       
     5 		data: {
       
     6 			method: slideshowFeedbackVariables['method'],
       
     7 			access: slideshowFeedbackVariables['access'],
       
     8 			host: slideshowFeedbackVariables['host'],
       
     9 			version: slideshowFeedbackVariables['version']
       
    10 		}
       
    11 	});
       
    12 });