I tested this personally and it worked perfectly, so I hope it does the same for you.
The problem with not using else is, after the first if is done, the sub checks the second if. Since the first if is done and changed the button name, the second if will continue without them clicking it again. Kinda confusing, I know. By using if, it only checks ONE of them per click, instead of doing one by one by one per click.
|