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

Fix: Handle undefined django object to prevent TypeError. Fixes: #313 #314

Merged

Commits on Sep 3, 2024

  1. Fix: Handle undefined django object to prevent TypeError. Fixes: cr…

    …ucialfelix#313
    
    - Added a check to ensure `django` is defined before accessing `django.jQuery`.
    - This prevents the "Uncaught TypeError: Cannot read properties of undefined (reading 'jQuery')" error.
    SukiCZ committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3e6ba31 View commit details
    Browse the repository at this point in the history