Changeset 2966

Show
Ignore:
Timestamp:
07/25/08 11:12:30 (3 months ago)
Author:
juliens
Message:

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

Files:

Legend:

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

    r1296 r2966  
    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) {