contrib modules security updates
This commit is contained in:
@@ -57,7 +57,7 @@ Drupal.views.ajaxView = function(settings) {
|
||||
this.settings = settings;
|
||||
|
||||
// Add the ajax to exposed forms.
|
||||
this.$exposed_form = this.$view.children('.view-filters').children('form');
|
||||
this.$exposed_form = $('#views-exposed-form-'+ settings.view_name.replace(/_/g, '-') + '-' + settings.view_display_id.replace(/_/g, '-'));
|
||||
this.$exposed_form.once(jQuery.proxy(this.attachExposedFormAjax, this));
|
||||
|
||||
// Add the ajax to pagers.
|
||||
|
||||
Reference in New Issue
Block a user