Skip to content

Commit

Permalink
rebuild dist
Browse files Browse the repository at this point in the history
  • Loading branch information
philscott-rg committed Nov 8, 2024
1 parent 2053d6d commit 9eea877
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 164 deletions.
21 changes: 9 additions & 12 deletions dist/confluence/vendor/jquery.scroll-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,15 @@
'root': rootLink,
'parent': parentLink || $parentLi.find('> a').attr('href'),
'current': currentLink || ''
})
.success(function success(children) {
insertChildren($ul, children);

$parentLi.removeClass(opts.css.loading)
.addClass(opts.css.expanded);
})
.error(function error(jqXHR, textStatus, errorThrown) {
$parentLi.removeClass(opts.css.loading)
.addClass(opts.css.error);
})
;
}, function success(children) {
insertChildren($ul, children);

$parentLi.removeClass(opts.css.loading)
.addClass(opts.css.expanded);
}).fail(function error(jqXHR, textStatus, errorThrown) {
$parentLi.removeClass(opts.css.loading)
.addClass(opts.css.error);
});
}


Expand Down
147 changes: 0 additions & 147 deletions dist/confluence/vendor/jquery.toc-1.1.4.js

This file was deleted.

Loading

0 comments on commit 9eea877

Please sign in to comment.