DEFER break devicedetails page

Removed DEFER from ui_components as the device details page would not populate any more and the browser console would throw errors re function not found
This commit is contained in:
Ingo Ratsdorf
2024-09-22 08:18:21 +12:00
parent c6888a79fd
commit 9fcbd9d64e

View File

@@ -54,7 +54,7 @@
<!-- NetAlertX -->
<script src="js/handle_version.js"></script>
<script defer src="js/ui_components.js?v=<?php include 'php/templates/version.php'; ?>"></script>
<script src="js/ui_components.js?v=<?php include 'php/templates/version.php'; ?>"></script>
<!-- Select2 JavaScript -->