Changeset 2967

Show
Ignore:
Timestamp:
07/25/08 11:13:01 (4 weeks ago)
Author:
juliens
Message:

Petit problème d'attribution d'une clé de tableau js

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/www/js/taglib/tag_autocomplete.js

    r1294 r2967  
    33    var elem = $(id); 
    44    $('autocompleteload_'+name).setStyle('display', 'none'); 
    5     completer['name'] = new Autocompleter.Ajax.Xhtml(elem, url, { 
     5    completer[name] = new Autocompleter.Ajax.Xhtml(elem, url, { 
    66        'postData': tab, 
    77        'onRequest': function(el) {