You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of repeated code, whether it's jQuery hide and show statements or native JS equivalents. These hide or show UI elements when the Home button is clicked, when the Random button is clicked, when a search is launched, when the user goes to Configuration or About. A lot of the code is the same and could be tidied away into non-jQuery functions.
It's becoming a bit complicated to maintain all these .hide() and .show()
The text was updated successfully, but these errors were encountered: