Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Update pathINfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Levinson committed Oct 8, 2015
1 parent bf9b785 commit 3beca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analytics-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var AnalyticsManager = {
var searchQuery = this.getParameterByName(this._settings.searchQueryParam);
// Does a search query exist in the path?
if (searchQuery.length) {
pathInfo = '/search?' + this._settings.searchQueryParam + '=' + searchQuery;
pathInfo = path + '?' + this._settings.searchQueryParam + '=' + searchQuery;
} else {
pathInfo = path;
}
Expand Down

0 comments on commit 3beca64

Please sign in to comment.