Add a custom.js support in the same way we have custom.css (as proposed by Melo-Professional) (#7317)

* Add a custom.js support in the same way we have custom.css (as proposed by Melo-Professional)

* Added empty custom.js to avoid a loading error
This commit is contained in:
panreyes
2025-10-02 10:51:17 +02:00
committed by GitHub
parent 819e9c528c
commit dedae6c495
10 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
<link type="text/css" href="styles/custom.css" media="screen" rel="stylesheet" title="CSS" />
<link rel="apple-touch-icon" href="/favicon-303x303.png" />
<script type="text/javascript" src="scripts/common-0.0.1{{min}}.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<title>Agent Installation</title>
<style>
.tab {