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

Commit

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

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

0 comments on commit 9f28894

Please sign in to comment.