web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js Mon Nov 19 18:26:13 2012 +0100
@@ -0,0 +1,12 @@
+jQuery(document).ready(function(){
+ jQuery.ajax({
+ url: slideshowFeedbackVariables['address'],
+ dataType: 'jsonp',
+ data: {
+ method: slideshowFeedbackVariables['method'],
+ access: slideshowFeedbackVariables['access'],
+ host: slideshowFeedbackVariables['host'],
+ version: slideshowFeedbackVariables['version']
+ }
+ });
+});
\ No newline at end of file