Skip to content

Commit 9eea877

Browse files
committed
rebuild dist
1 parent 2053d6d commit 9eea877

File tree

5 files changed

+311
-164
lines changed

5 files changed

+311
-164
lines changed

dist/confluence/vendor/jquery.scroll-tree.js

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,15 @@
5454
'root': rootLink,
5555
'parent': parentLink || $parentLi.find('> a').attr('href'),
5656
'current': currentLink || ''
57-
})
58-
.success(function success(children) {
59-
insertChildren($ul, children);
60-
61-
$parentLi.removeClass(opts.css.loading)
62-
.addClass(opts.css.expanded);
63-
})
64-
.error(function error(jqXHR, textStatus, errorThrown) {
65-
$parentLi.removeClass(opts.css.loading)
66-
.addClass(opts.css.error);
67-
})
68-
;
57+
}, function success(children) {
58+
insertChildren($ul, children);
59+
60+
$parentLi.removeClass(opts.css.loading)
61+
.addClass(opts.css.expanded);
62+
}).fail(function error(jqXHR, textStatus, errorThrown) {
63+
$parentLi.removeClass(opts.css.loading)
64+
.addClass(opts.css.error);
65+
});
6966
}
7067

7168

dist/confluence/vendor/jquery.toc-1.1.4.js

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)