Skip to content

Commit c2f9f28

Browse files
committed
Updated comments on adjustment.js file
1 parent c2fccb7 commit c2f9f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/static/js/adjustments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $(function(){
2424
//This variable checks if all accordions are closed. Used to ensure styling for Releases & FAQ page.
2525
var allClosed;
2626

27-
//Close all accordions
27+
//Close all accordions, besides the menu containing the page that you've clicked on.
2828
$('.toctree-l1').each(function(){
2929
if($(this).children('a').attr('state') == 'open') {
3030
$(this).children('ul').show();

0 commit comments

Comments
 (0)