We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2fccb7 commit c2f9f28Copy full SHA for c2f9f28
1 file changed
web/static/js/adjustments.js
@@ -24,7 +24,7 @@ $(function(){
24
//This variable checks if all accordions are closed. Used to ensure styling for Releases & FAQ page.
25
var allClosed;
26
27
- //Close all accordions
+ //Close all accordions, besides the menu containing the page that you've clicked on.
28
$('.toctree-l1').each(function(){
29
if($(this).children('a').attr('state') == 'open') {
30
$(this).children('ul').show();
0 commit comments