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
Currently when paging through liveblog entries, there are four buttons
`First, Previous, Next, Last`. The buttons are properly disabled, so the
first can not use First & Prev, and the last page cannot use Next &
Last. However, these buttons are still visible to the user, which can be
confusing.
Adding this pre-existing class hides these unusable buttons.
Moved conditionals into const's to reduce repetitiveness and improve
readability.
0 commit comments