1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

hotfix for plugins

This commit is contained in:
NoobishSVK
2024-04-25 21:59:32 +02:00
parent 9475d2c96b
commit 03f61b1c8f

View File

@@ -468,7 +468,7 @@
</div> </div>
<script src="js/webserver.js"></script> <script src="js/webserver.js"></script>
<% plugins.forEach(function(plugin) { %> <% plugins?.forEach(function(plugin) { %>
<script src="js/plugins/<%= plugin %>"></script> <script src="js/plugins/<%= plugin %>"></script>
<% }); %> <% }); %>
</body> </body>