[Jifty-commit] jifty branch, autocomplete-refactor, updated. 05b0acee5fa0932924b1265dc9231d7ab3521f59

Jifty commits jifty-commit at lists.jifty.org
Tue Mar 23 08:11:31 EDT 2010


The branch, autocomplete-refactor has been updated
       via  05b0acee5fa0932924b1265dc9231d7ab3521f59 (commit)
      from  82d25e5b3c63a6134b857f855e0ce5309608530d (commit)

Summary of changes:
 share/web/static/js/jifty.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 05b0acee5fa0932924b1265dc9231d7ab3521f59
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Mar 23 08:10:32 2010 -0400

    Disable autocomplete caching for now
    
        Sometimes we use autocomplete for things that aren't really
        autocomplete

diff --git a/share/web/static/js/jifty.js b/share/web/static/js/jifty.js
index 96c5828..89e3077 100644
--- a/share/web/static/js/jifty.js
+++ b/share/web/static/js/jifty.js
@@ -1729,6 +1729,7 @@ Jifty.addAutocompleter = function (id) {
     var action = Jifty.Form.Element.getAction(field);
 
     jQuery(escaped_id).autocomplete('/__jifty/autocomplete.xss', {
+        cache: false,
         extraParams: function () {
             var request = { path: this.url, actions: {} };
             var a = {};

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list