Projet

Général

Profil

Révision 13c3c9b4

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/js/ajax.js
61 61

  
62 62
  Drupal.ajax.prototype.commands.viewsShowButtons = function (ajax, response, status) {
63 63
    $('div.views-edit-view div.form-actions').removeClass('js-hide');
64
    $('div.views-edit-view div.view-changed.messages').removeClass('js-hide');
64
    if (response.changed) {
65
      $('div.views-edit-view div.view-changed.messages').removeClass('js-hide');
66
    }
65 67
  };
66 68

  
67 69
  Drupal.ajax.prototype.commands.viewsTriggerPreview = function (ajax, response, status) {

Formats disponibles : Unified diff