Projet

Général

Profil

Révision 388c412d

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/js/modules/user/user.js
27 27
      $input: this.$wrapper.find('input.password-confirm')
28 28
    };
29 29
    this.confirm.$wrapper = this.confirm.$input.parent().addClass('col-sm-6 col-md-4 has-feedback').appendTo(self.$row);
30
    this.confirm.$icon = $('<span class="glyphicon form-control-feedback"></span>');
30
    this.confirm.$icon = $('<span class="glyphicon form-control-feedback"></span>').appendTo(this.confirm.$wrapper);
31 31

  
32 32
    // Bind events.
33 33
    this.password.$input.on('keyup focus blur', function () {

Formats disponibles : Unified diff