web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js
changeset 204 09a1c134465b
parent 203 f507feede89a
child 205 a4f7897e21a9
--- a/web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginFeedback/feedback.js	Wed Dec 19 12:35:13 2012 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-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