web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 10 Dec 2012 16:45:00 -0800
changeset 197 6f2ea86df1aa
parent 194 32102edaa81b
permissions -rw-r--r--
Remplacement des logos footer partenariat, style et liens. Correction traduction.

jQuery(document).ready(function(){
	jQuery.ajax({
		url: slideshowFeedbackVariables['address'],
		dataType: 'jsonp',
		data: {
			method: slideshowFeedbackVariables['method'],
			access: slideshowFeedbackVariables['access'],
			host: slideshowFeedbackVariables['host'],
			version: slideshowFeedbackVariables['version']
		}
	});
});