Projet

Général

Profil

Révision 950416da

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/rules/ui/rules.autocomplete.js
81 81

  
82 82
    this.jqObject.bind("autocompleteselect", function(event, ui) {
83 83
      // If a group was selected then set the groupSelected to true for the
84
      // overriden close function from jquery autocomplete.
84
      // overridden close function from jquery autocomplete.
85 85
      if (ui.item.value.substring(ui.item.value.length - 1, ui.item.value.length) == ":") {
86 86
        instance.groupSelected = true;
87 87
      }
......
180 180
  };
181 181

  
182 182
  /**
183
   * Toogle the autcomplete window.
183
   * Toggle the autocomplete window.
184 184
   */
185 185
  Drupal.rules.autocomplete.prototype.toggle = function() {
186 186
    if (this.jqObject.autocomplete("widget").is(":visible")) {

Formats disponibles : Unified diff