Skip to content
Snippets Groups Projects
Commit 3cf142b8 authored by khawkins98's avatar khawkins98
Browse files

better pass search string

parent f3faa825
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@
} else {
if (options.analyticsLogging) {
if ($('body').hasClass('google-analytics-loaded')) {
analyticsTrackInteraction(filter,'Live filter search');
analyticsTrackInteraction(input,'Live filter search',filter);
}
}
// Iterate through list and show/hide the proper elements.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment