Tags: CKegel/headsup
Tags
Added async/await to fix firefox issue + other things (techinems#16) * Added async/await to fix firefox issue * Bump Version * Removed random F * Made skeleton post fetch function to fix duplicate code. * Adds checkResult to verify status received is ok on fetch; Renamed postServer to postToServer; Prevent notes from being empty; Removed window reload upon adding note/call; Added form reset on adding a note/call; Added refresh of notes on adding a call; Added await to getNotes in deleteCall(); Added </div> that was missing in the admin.html Currently the reset of the addCall causes the validator to run (this occurs even with reloading the page). This will need to be looked into for FireFox. * Change version to align with e04222f
Merge pull request techinems#8 from rpiambulance/dev Update master with dev