Skip to main content

Bug Tracker

Side navigation

Ticket #4107: ajax.diff


File ajax.diff, 0.4 KB (added by malsup, February 10, 2009 04:03PM UTC)

patch for ajax.js attached

Index: ajax.js
===================================================================
--- ajax.js	(revision 6125)
+++ ajax.js	(working copy)
@@ -71,7 +71,7 @@
 		.filter(function(){
 			return this.name && !this.disabled &&
 				(this.checked || /select|textarea/i.test(this.nodeName) ||
-					/text|hidden|password/i.test(this.type));
+					/text|hidden|password|search/i.test(this.type));
 		})

Download in other formats:

Original Format