From 8759ddca15deabc1039f92bde5fad5e5d93efb51 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 18 May 2015 06:26:59 +0100 Subject: [PATCH] Issue #2156295 by vegantriathlete, Rajendar Reddy: ajax_views.js has some extraneous code? --- core/modules/views/js/ajax_view.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/modules/views/js/ajax_view.js b/core/modules/views/js/ajax_view.js index 3e0b6800381..e173df1a2aa 100644 --- a/core/modules/views/js/ajax_view.js +++ b/core/modules/views/js/ajax_view.js @@ -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); };