Projet

Général

Profil

Révision 27370441

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/field_group/multipage/multipage.js
82 82
  var controls = Drupal.theme('multipage', settings);
83 83
  $.extend(self, settings, controls);
84 84

  
85
  this.nextLink.click(function () {
85
  this.nextLink.click(function (e) {
86
    e.preventDefault();
86 87
    self.nextPage();
87
    return false;
88 88
  });
89 89

  
90
  this.previousLink.click(function () {
90
  this.previousLink.click(function (e) {
91
    e.preventDefault();
91 92
    self.previousPage();
92
    return false;
93 93
  });
94 94

  
95 95
/*

Formats disponibles : Unified diff