Projet

Général

Profil

Révision 4003efde

Ajouté par Assos Assos il y a environ 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/js/views-admin.js
231 231
    return;
232 232
  }
233 233
  var $addDisplayDropdown = $('<li class="add"><a href="#"><span class="icon add"></span>' + Drupal.t('Add') + '</a><ul class="action-list" style="display:none;"></ul></li>');
234
  var $displayButtons = $menu.nextAll('input.add-display').detach();
234
  var $displayButtons = $menu.nextAll('.add-display').detach();
235 235
  $displayButtons.appendTo($addDisplayDropdown.find('.action-list')).wrap('<li>')
236 236
    .parent().first().addClass('first').end().last().addClass('last');
237 237
  // Remove the 'Add ' prefix from the button labels since they're being palced

Formats disponibles : Unified diff