mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Docs: regenerate the HTML
This commit is contained in:
5
docs/build/html/_static/codesets.js
vendored
5
docs/build/html/_static/codesets.js
vendored
@ -15,6 +15,11 @@ $(document).ready(function() {
|
||||
kotlinButton.setAttribute("class", "");
|
||||
javaButton.setAttribute("class", "current");
|
||||
};
|
||||
|
||||
if ($(el).children(".highlight-java").length == 0) {
|
||||
// No Java for this example.
|
||||
javaButton.style.display = "none";
|
||||
}
|
||||
c.insertBefore(el);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user