Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed an issue where subtab reset was not reset properly.
For example, if an unlocked subtab was displayed and a subtab was locked by import, the locked subtab could be displayed.
Subtab display state is now updated when the main tab is changed.
The argument of tabSwitcher() has been changed from a number to subTabID.
This function is used to update the visual of the subtab.
The ID name of the element of the singularity subtab has been changed to prevent the recurrence of bug #594.
Singularity has a lot of WIP, so this is to reduce the risk of index movement due to future tab movements or changes.
The tab switching function has been changed from an element style to a class.
The tab container is left as it is to avoid issues.
Fixed a case where elements in the Rune subtab were not updated.
Fixed some minor bugs in subtabs.
The tab switching function that was hooked to tabSwitcher() has been reorganized and moved to updateSubTab().
The challenge display is now updated when the C15 score is updated.
Since there were cases where the C15 score continued to be updated, a small amount of score amount required for score update was added.