This update provides a few bugfixes and adds a flag for easier debugging.
Summary:
adds DEBUG flag to index.html. When set to true, outputs helpful console.log messages
removes the Google static map at the top of search results. This was not enabled due to a missing API key. However, given the amount of traffic this site has, the Google API cost would be prohibitive to add, so I opted to remove it instead. Closes #19
places US Senators in the correct federal list by adding checks based on their office title. Closes #20
found and fixed a bug where results do not load properly when the page is loaded an address pre-polulated
This update provides a few bugfixes and adds a flag for easier debugging.
Summary:
DEBUG
flag toindex.html
. When set totrue
, outputs helpfulconsole.log
messages