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
To try and keep the look and feel of the box the same, I'd suggest the following fix instead. Rather than change the element we update, we update the element in a manner that allows it to still be collapsed.
Have you tested your fix? If it works and the expand/collapse button is working even when there is an error message (no stats), then it's fine with me :)
90_irstats2.js has the following on line 252:
This breaks the EPrints::Box, because it removes the ..._inner class that is required.
This should be changed to:
This way, if there is an error message (eg: no stats), the expander is not broken.
The text was updated successfully, but these errors were encountered: