moved to single repos

This commit is contained in:
Emmanuel Florent
2019-07-04 17:29:27 +02:00
parent c76e178b53
commit d503da6dff
175 changed files with 14230 additions and 597 deletions

View File

@@ -0,0 +1,9 @@
require(["gitbook", "jquery"], function (gitbook, $) {
gitbook.events.bind("page.change", function () {
$('ul[role="tablist"] a').on('click', function(e) {
$(this).tab('show');
});
$('ul[role="tablist"] a:first').tab('show');
});
});