web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js
changeset 194 32102edaa81b
equal deleted inserted replaced
193:2f6f6f7551ca 194:32102edaa81b
       
     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 });