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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* found on https://confluence.atlassian.com/display/CONFKB/2012/12/17/Advance+warning+of+plans+to+merge+Documentation+theme+with+the+default+theme?focusedCommentId=320603332#comment-320603332
*/
<script type="text/javascript">
AJS.toInit(function ($) {
//improve the pagetree functionality: "selected" class at selected page and expand the children of selected page
//first save the original pagetree function "origHideEmptyChildrenContainer"
var origHideEmptyChildrenContainer = AJS.pagetree.hideEmptyChildrenContainers;
//define our own one and overwrite the original pagetree function "hideEmptyChildrenContainers"
//this function is called by the pagetree after children loading