Skip to main content

Bug Tracker

Side navigation

Ticket #275: iautocompleter.patch


File iautocompleter.patch, 0.4 KB (added by mgrimm@gci.com, October 13, 2006 06:46PM UTC)

This patch will fix the bug.

--- iautocompleter.js	2006-10-11 21:42:38.000000000 -0800
+++ iautocompleter-fixed.js	2006-10-13 10:42:00.000000000 -0800
@@ -81,7 +81,7 @@
 					data: $.param(data),
 					success: function(xml)
 					{
-						subject.autoCFG.lastSuggestion = $('item',xml);
+						subject.autoCFG.lastSuggestion = $('item',xml.responseXML);
 						size = subject.autoCFG.lastSuggestion.size();
 						if (size > 0) {
 							var toWrite = '';

Download in other formats:

Original Format