[Jifty-commit] r589 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Feb 16 01:28:38 EST 2006


Author: jesse
Date: Thu Feb 16 01:28:38 2006
New Revision: 589

Modified:
   /   (props changed)
   jifty/trunk/share/web/static/js/jifty.js

Log:
 r23734 at truegrounds:  jesse | 2006-02-15 21:12:41 -0800
 * Autocompletion had broken when prototype (or something) switched from GET to POST as a default.


Modified: jifty/trunk/share/web/static/js/jifty.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty.js	(original)
+++ jifty/trunk/share/web/static/js/jifty.js	Thu Feb 16 01:28:38 2006
@@ -503,6 +503,7 @@
   initialize: function(element, update, url, options) {
     this.baseInitialize(element, update, options);
     this.options.asynchronous  = true;
+    this.options.method        = 'get';
     this.options.onComplete    = this.onComplete.bind(this);
     this.options.defaultParams = this.options.parameters || null;
     this.url                   = url;


More information about the Jifty-commit mailing list