Various fixes.
Fixed issue where news button could not be tabbed to when news UI is active. Fixed incorrect java version sorting (now behaves as intended).
This commit is contained in:
@@ -737,7 +737,7 @@ document.getElementById('newsButton').onclick = () => {
|
||||
$("#newsContainer *").attr('tabindex', '-1')
|
||||
} else {
|
||||
$("#landingContainer *").attr('tabindex', '-1')
|
||||
$("#newsContainer, #newsContainer *").removeAttr('tabindex')
|
||||
$("#newsContainer, #newsContainer *, #lower, #lower #center *").removeAttr('tabindex')
|
||||
}
|
||||
slide_(!newsActive)
|
||||
newsActive = !newsActive
|
||||
|
||||
Reference in New Issue
Block a user