Projet

Général

Profil

Révision 96a203dd

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/js/modal.js
258 258
        $('input[type=submit], button', this).click(function(event) {
259 259
          Drupal.ajax[base].element = this;
260 260
          this.form.clk = this;
261
          // Stop autocomplete from submitting.
262
          if (Drupal.autocompleteSubmit && !Drupal.autocompleteSubmit()) {
263
            return false;
264
          }
261 265
          // An empty event means we were triggered via .click() and
262 266
          // in jquery 1.4 this won't trigger a submit.
263 267
          if (event.bubbles == undefined) {

Formats disponibles : Unified diff