-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added async/await to fix firefox issue + other things (#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
- Loading branch information
Showing
5 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ | |
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
<script type="text/javascript" src="public/js/admin.js"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters