Projet

Général

Profil

Révision 42e6daf3

Ajouté par Julien Enselme il y a environ 10 ans

Update drupal 7.26 -> 7.27

Voir les différences:

drupal7/misc/ajax.js
616 616
      .removeClass('odd even')
617 617
      .filter(':even').addClass('odd').end()
618 618
      .filter(':odd').addClass('even');
619
  },
620

  
621
  /**
622
   * Command to update a form's build ID.
623
   */
624
  updateBuildId: function(ajax, response, status) {
625
    $('input[name="form_build_id"][value="' + response.old + '"]').val(response.new);
619 626
  }
620 627
};
621 628

  

Formats disponibles : Unified diff