Currently the site is not really tracking if AJAX calls are successful or not -- it just sort of assumes that they are/will be. This is particularly apparent on show_names.php but is also an issue on any page that uses AJAX.
Need to add better error handling and design a nice pop-up window or something that indicates that connectivity has dropped when we stop getting responses from the server.
Currently the site is not really tracking if AJAX calls are successful or not -- it just sort of assumes that they are/will be. This is particularly apparent on
show_names.php
but is also an issue on any page that uses AJAX.Need to add better error handling and design a nice pop-up window or something that indicates that connectivity has dropped when we stop getting responses from the server.