remove comments

This commit is contained in:
Meliox 2025-10-11 09:25:27 +02:00
parent 8c3a952bea
commit 3a115ee58d

View File

@ -1403,9 +1403,6 @@ generate_ups_widget() {
} }
} }
// (Removed wrapText helper) We'll build a style string when needed and
// use an empty style when default (no inline color) is desired.
// Helper function to format runtime // Helper function to format runtime
function formatRuntime(seconds) { function formatRuntime(seconds) {
if (!seconds || isNaN(seconds)) return 'N/A'; if (!seconds || isNaN(seconds)) return 'N/A';