Projet

Général

Profil

Révision 6eb8d15f

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/js/ajax_view.js
66 66
    // to a given element.
67 67
    .filter(jQuery.proxy(this.filterNestedViews, this))
68 68
    .once(jQuery.proxy(this.attachPagerAjax, this));
69

  
70
  // Add a trigger to update this view specifically.
71
  var self_settings = this.element_settings;
72
  self_settings.event = 'RefreshView';
73
  this.refreshViewAjax = new Drupal.ajax(this.selector, this.$view, self_settings);
69 74
};
70 75

  
71 76
Drupal.views.ajaxView.prototype.attachExposedFormAjax = function() {

Formats disponibles : Unified diff