Skip to content
Snippets Groups Projects

Draft: [#3052574] Facets AJAX

Open Ted Cooper requested to merge issue/facets-3052574:2.0.x-3052574-ajax into 2.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -89,7 +89,7 @@
}
}
href = '/' + Drupal.Views.getPath(href) + '?' + $.param(queryParams);
href = settings.path.baseUrl + Drupal.Views.getPath(href) + '?' + $.param(queryParams);
updateFacetsView(href, current_dom_id, view_path);
};
Loading