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

Remove usage of jquery #115

Merged
merged 4 commits into from
Aug 3, 2022
Merged

Remove usage of jquery #115

merged 4 commits into from
Aug 3, 2022

Commits on Jul 14, 2022

  1. Remove usage of jquery

    There are still more code that depends on jquery and underscorejs,
    but this is a good start.
    
    - Use the fetch API instead of jquery's ajax.
    - Use the URL and URLSearchParams objects instead of our custom code
      to parse search parameters.
    stsewd committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    190d7bf View commit details
    Browse the repository at this point in the history
  2. Update tests

    stsewd committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9f68ccb View commit details
    Browse the repository at this point in the history
  3. Fix tests

    stsewd committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f3e31f4 View commit details
    Browse the repository at this point in the history
  4. Small refactor

    stsewd committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e9d1eba View commit details
    Browse the repository at this point in the history