Skip to main content

Bug Tracker

Side navigation

Ticket #1516: load-string.diff


File load-string.diff, 0.4 KB (added by flesler, May 16, 2008 02:46AM UTC)
Index: ajax.js
===================================================================
--- ajax.js	(revision 5615)
+++ ajax.js	(working copy)
@@ -27,7 +27,8 @@
 
 			// Otherwise, build a param string
 			} else {
-				params = jQuery.param( params );
+				if( params.constructor != String )
+					params = jQuery.param( params );
 				type = "POST";
 			}

Download in other formats:

Original Format