This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit d6d339c0fb9f2f0741ac5277d09abc45f95b4ec0 Author: Greg Stein <[email protected]> AuthorDate: Sat Dec 20 02:40:40 2025 -0600 include the STeVe common JS --- v3/server/templates/footer.ezt | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/server/templates/footer.ezt b/v3/server/templates/footer.ezt index 2b47ae5..edf17e6 100644 --- a/v3/server/templates/footer.ezt +++ b/v3/server/templates/footer.ezt @@ -15,6 +15,7 @@ </div> </footer> + <script src="/static/js/steve.js"></script> <script src="/static/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"></script> </body> </html>
