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

Ensure that a text input doesn't appear after downloading checked items #2736

Merged
merged 2 commits into from Sep 12, 2018

Commits on Jun 11, 2018

  1. Remove temporary form after submitting

    This commit fixes a problem in the web client where a text input appears
    at the bottom of the page after checking items and selecting "Download
    checked resources".
    
    To avoid long query strings in GET requests--in case a large number of
    files are checked--this download mechanism creates and submits a
    temporary form. For compatibility with Firefox, the form must be in the
    DOM for submission to work.
    
    This commit removes the temporary form from the DOM after it's
    submitted.
    msmolens committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    e20788a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e104656 View commit details
    Browse the repository at this point in the history