web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 12 Dec 2012 18:57:40 -0800
changeset 199 9ff3c84d7b27
parent 194 32102edaa81b
permissions -rw-r--r--
ajout du logo Ars

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