Author: jablko
Date: Tue Sep 29 13:45:51 2009
New Revision: 3594
Log:
$(...).text() not a replacement for XML(...) -- force
Modified:
trunk/web/js/autocomplete.js
Modified: trunk/web/js/autocomplete.js
==============================================================================
--- trunk/web/js/autocomplete.js Tue Sep 29 13:41:00 2009 (r3593)
+++ trunk/web/js/autocomplete.js Tue Sep 29 13:45:51 2009 (r3594)
@@ -234,7 +234,7 @@
//
// Use XML() constructor as with multiple <select>, but use
// toString() to get text of parsed HTML
- $(input).val($(args[2][0]).text());
+ $(input).val(args[2][0]);
});
if ($(select).attr('multiple'))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---