Sunil Mohan Adapa c45bdf56dd
ui: js: Load all JS files in deferred mode to speed up page load
- This improves page rendering time. If JS files are not loaded in deferred or
async mode, they will halt the page rendering until JS files are loaded from
network.

- 'defer' mode guarantees that the load order is same as the order in which JS
files appeared in the HTML page.

Tests:

- Run at least one function of each affected JS file and ensure that is works.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
2025-01-07 12:08:51 +02:00
..
2025-01-07 08:01:33 +00:00
2025-01-05 12:17:24 -05:00
2023-08-23 21:47:39 -04:00
2021-09-20 16:50:37 -04:00
2024-10-16 21:07:54 -07:00
2024-12-25 12:25:05 +02:00