files compiles ok

This commit is contained in:
Bel LaPointe
2022-02-15 14:34:10 -07:00
parent 464ea7bf51
commit 931c3bdda8
5 changed files with 61 additions and 50 deletions

View File

@@ -17,8 +17,10 @@
padding-right: 1em;
}
</style>
<details open id="filetree">
</details>
<div class="fullscreen tb_fullscreen">
<details open id="filetree">
</details>
</div>
<script>
function drawTree(tree) {
document.getElementById("filetree").innerHTML = branchHTML("", tree)