Skip to content
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

🐛 Bring in blacklight_range_limit js files #604

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

kirkkwang
Copy link
Contributor

@kirkkwang kirkkwang commented Feb 21, 2024

When we have the blacklight_range_limit require in the application.js before the require for blacklight/blacklight, we got a Blacklight not found error (underestandably). However when we put it under the blacklight require then we got a typeahead error. I couldn't get both to work right so instead I'm bringing over the js files from the range limit gem into our app and requiring them in the application.js.

Ref:

When we have the blacklight_range_limit require in the application.js
before the require for blacklight/blacklight, we got a Blacklight not
found error (underestandably).  However when we put it under the
blacklight require then we got a typeahead error.  I couldn't get both
to work right so instead I'm bringing over the js files from the range
limit gem into our app and requiring them in the application.js.
@kirkkwang kirkkwang merged commit e57024d into main Feb 21, 2024
8 checks passed
@kirkkwang kirkkwang deleted the bring-over-blacklight-range-limit-js-files branch February 21, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants