Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in committed Jan 1, 2024
1 parent 3e380c7 commit 7966c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/indexmenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ private function buildFancyTree($js_name, $ns, $opts, $sort)
'opts' => $opts,
'sort' => $sort,
'contextmenu' => false,
'startpage' => $conf['start']
'startpage' => $conf['start'] //needed? or for contextmenu?
];
return '<div id="tree2_' . $js_name . '" class="indexmenu_js2 skin-' . $opts['theme'] . '"'
. 'data-options=\'' . json_encode($options) . '\'></div>';
Expand Down

0 comments on commit 7966c8c

Please sign in to comment.