We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've utilised this very useful gem for our Blacklight instance. I've noticed since upgrading our local Jquery library that the 'live' function call at https://github.com/jronallo/blacklight_google_analytics/blob/master/app/assets/javascripts/blacklight_google_analytics.js.erb#L66 is throwing a TypeError.
I fixed locally by changing the line from:-
$('#facets h3').live('click', function(){
to:-
$('#facets').on('click', 'h3', function(){
Thanks, Simon
The text was updated successfully, but these errors were encountered:
DISCOVERYACCESS-4487: fix function per jronallo/blacklight_google_ana…
9f8fde1
…lytics#4
No branches or pull requests
I've utilised this very useful gem for our Blacklight instance. I've noticed since upgrading our local Jquery library that the 'live' function call at https://github.com/jronallo/blacklight_google_analytics/blob/master/app/assets/javascripts/blacklight_google_analytics.js.erb#L66 is throwing a TypeError.
I fixed locally by changing the line from:-
to:-
Thanks,
Simon
The text was updated successfully, but these errors were encountered: