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
Describe the bug
Error seems to be getting thrown on one of these two lines: https://github.com/UCF/UCF-Degree-Search-Plugin/blob/master/src/js/ucf-degree-search.js#L30 https://github.com/UCF/UCF-Degree-Search-Plugin/blob/master/src/js/ucf-degree-search.js#L34
I'm guessing there's some scenario where this.$object isn't getting assigned a jQuery object? (line 28)
this.$object
Steps to Reproduce
I've only been able to reproduce this error out in DEMO SWP on the degree search demo page; other env's using degree search typeaheads look fine.
Expected Behavior
This error shouldn't happen.
Possible Fix
n/a
Your environment:
Error observed in latest FF; haven't tested other browsers
Additional context
The text was updated successfully, but these errors were encountered:
cjg89
jmbarne3
rjucf
cadie
No branches or pull requests
Describe the bug
Error seems to be getting thrown on one of these two lines:
https://github.com/UCF/UCF-Degree-Search-Plugin/blob/master/src/js/ucf-degree-search.js#L30
https://github.com/UCF/UCF-Degree-Search-Plugin/blob/master/src/js/ucf-degree-search.js#L34
I'm guessing there's some scenario where
this.$object
isn't getting assigned a jQuery object? (line 28)Steps to Reproduce
I've only been able to reproduce this error out in DEMO SWP on the degree search demo page; other env's using degree search typeaheads look fine.
Expected Behavior
This error shouldn't happen.
Possible Fix
n/a
Your environment:
Error observed in latest FF; haven't tested other browsers
Additional context
n/a
The text was updated successfully, but these errors were encountered: