Issue #2156295 by vegantriathlete, Rajendar Reddy: ajax_views.js has some extraneous code?

8.0.x
Alex Pott 2015-05-18 06:26:59 +01:00
parent 9e6958899c
commit 8759ddca15
1 changed files with 0 additions and 4 deletions

View File

@ -121,10 +121,6 @@
Drupal.Views.parseViewArgs(href, this.settings.view_base_path)
);
// For anchor tags, these will go to the target of the anchor rather
// than the usual location.
$.extend(viewData, Drupal.Views.parseViewArgs(href, this.settings.view_base_path));
this.element_settings.submit = viewData;
this.pagerAjax = new Drupal.ajax(false, $link, this.element_settings);
};