You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When visiting a URL with querystring parameters for Filing or Reports into a browser, the loading gif (three dots) keeps animating - It seems the line in checkFromQuery() in tables.js that removes this on other tables does not work for Flings and Reports and does not remove theis-loading class.
What happened?
The loading gif persists and keeps animating
What should have happened?
The loading gif should go away
The :after class should go from is_loading to is_successful and then no class
johnnyporkchops
changed the title
Reports and Filings filter panel - Loading gif persists on copy-pasted urls with querystring (checkFromQuery function)
Reports and Filings filter panel - Loading gif persists when visiting urls with querystring parameters (checkFromQuery function)
Sep 25, 2024
Summary
checkFromQuery()
in tables.js that removes this on other tables does not work for Flings and Reports and does not remove theis-loading
class.What happened?
The loading gif persists and keeps animating
What should have happened?
is_loading
tois_successful
and then no classFrequency
always on Filings and Reports datatables
How to Reproduce
Go to this url and then open the
Filing information
section of the filter panelhttps://www.fec.gov/data/filings/?data_type=processed&form_type=F1M&form_type=F3P
Screenshots
Misc
If you'd like to include anything else that may be of interest, do that here.
The text was updated successfully, but these errors were encountered: