Skip to content
Snippets Groups Projects
Commit 8759ddca authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 9e695889
No related branches found
No related tags found
No related merge requests found
......@@ -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);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment