combine enableButton() and disableButton() into toggle button
There is no reason for separate functions for this. Simply detect the current status of the button and flip it.
There is no reason for separate functions for this. Simply detect the current status of the button and flip it.