Skip to content
Snippets Groups Projects
Commit 08c60c04 authored by Tor F. Jacobsen's avatar Tor F. Jacobsen
Browse files

fix incorrect variable name

parent aebe2db0
No related branches found
No related tags found
1 merge request!47Resolve #3443483 "Remember the position"
......@@ -67,7 +67,7 @@
// Settings generated by http://wwwendt.de/tech/fancytree/demo/sample-configurator.html
$('#' + id).fancytree({
extensions: ["persist"],
ctiveVisible: true, // Make sure, active nodes are visible (expanded).
activeVisible: true, // Make sure, active nodes are visible (expanded).
aria: false, // Enable WAI-ARIA support.
autoActivate: true, // Automatically activate a node when it is focused (using keys).
autoCollapse: false, // Automatically collapse all siblings, when a node is expanded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment