jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Re-enable on click handlers on main view once main view is restored. #98

Closed jwir3 closed 7 years ago

jwir3 commented 7 years ago

Re-enable on click handler for submit button once user navigates back to main view (i.e. when loadContent() is called for main once more).

Issue References:

Development/Code Review Checklist

We somehow lost the ability to submit games to a google calendar after the user navigated away from the main page and then navigated back. The onClick() handler for the submit button wasn't being set up properly. This commit restores that functionality.

Fixes #93.