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
Found out looping add_class was a bad idea since it's making a lot of http requests for that. Should just post all the crns at once to the form.
The text was updated successfully, but these errors were encountered:
Yes I agree with this, the form has up to 10 slots so it should be done this way. Also it needs to detect if the class was already added and dropped.
Sorry, something went wrong.
No branches or pull requests
Found out looping add_class was a bad idea since it's making a lot of http requests for that. Should just post all the crns at once to the form.
The text was updated successfully, but these errors were encountered: