mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-21 13:44:45 +01:00
v4.3.3.20 - Update NsPanelTs.ts
Remove semicolon
This commit is contained in:
@@ -7465,7 +7465,7 @@ function GenerateDetailPage(type: string, optional: string, pageItem: PageItem):
|
|||||||
sec_remaining = timer_actual % 60;
|
sec_remaining = timer_actual % 60;
|
||||||
editable = 0;
|
editable = 0;
|
||||||
action2 = 'pause';
|
action2 = 'pause';
|
||||||
label2 = findLocale('timer', 'off');;
|
label2 = findLocale('timer', 'off');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user