Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update books.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Apr 25, 2024
1 parent b99ce28 commit 0cd0e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book/_static/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
button.innerHTML = "Evaluate";
button.onclick = eval;
outputContainer.appendChild(button);

// Call func with initial values
eval();
</script>
</body>
</html>

0 comments on commit 0cd0e7f

Please sign in to comment.