This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch remove-theme-js in repository https://gitbox.apache.org/repos/asf/grails-forge.git
commit ba127bd71491667619142c6a799f98a6d8c75261 Author: James Fredley <[email protected]> AuthorDate: Thu May 15 18:09:18 2025 -0400 remove theme.js from main layout <asset:javascript src="theme.js"/> does not exist --- grails-forge-core/src/main/resources/gsp/main.gsp | 1 - 1 file changed, 1 deletion(-) diff --git a/grails-forge-core/src/main/resources/gsp/main.gsp b/grails-forge-core/src/main/resources/gsp/main.gsp index 8758ba5..f83ec1c 100644 --- a/grails-forge-core/src/main/resources/gsp/main.gsp +++ b/grails-forge-core/src/main/resources/gsp/main.gsp @@ -8,7 +8,6 @@ </title> <meta name="viewport" content="width=device-width, initial-scale=1"/> <asset:link rel="icon" href="favicon.ico" type="image/x-ico"/> - <asset:javascript src="theme.js"/> <asset:stylesheet src="application.css"/> <g:layoutHead/> </head>
