mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
hotfix for plugins
This commit is contained in:
+1
-1
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user