-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
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
Change bookmarkCounter to find multiple selectors #3351
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @kirkkwang ! Looks like a good change to me, I just had two suggestions.
This commit will change the bookmarkCounter function to look for multiple selectors instead of one. This way if we want to put the bookmark counter elsewhere it will also be dynamic. Ref: - projectblacklight#3350
@sandbergja thank you so much! I've made the suggested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @kirkkwang !
This commit will change the bookmarkCounter function to look for multiple selectors instead of one. This way if we want to put the bookmark counter elsewhere it will also be dynamic. Ref: - #3350
This commit will change the bookmarkCounter function to look for multiple selectors instead of one. This way if we want to put the bookmark counter elsewhere it will also be dynamic. Ref: - #3350
…ve a bookmark. Currently, this test passes on Blacklight 7, fails on Blacklight 8.3, and passes on Blacklight 8.6.1 thanks to @kirkkwang 's work in projectblacklight/blacklight#3351 Helps with #4539
…ve a bookmark. Currently, this test passes on Blacklight 7, fails on Blacklight 8.3, and passes on Blacklight 8.6.1 thanks to @kirkkwang 's work in projectblacklight/blacklight#3351 Helps with #4539
This commit will change the bookmarkCounter function to look for multiple selectors instead of one. This way if we want to put the bookmark counter elsewhere it will also be dynamic.
Ref: