mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-12 03:07:13 +01:00
webui: more handlers typings
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from './template.mjs';
|
||||
|
||||
import {
|
||||
showPanel,
|
||||
onPanelTargetClick,
|
||||
showPanelByName,
|
||||
styleInject,
|
||||
styleVisible,
|
||||
@@ -358,7 +358,7 @@ export function init() {
|
||||
variableListeners(listeners());
|
||||
|
||||
document.querySelector(".button-emon-expected")
|
||||
.addEventListener("click", showPanel);
|
||||
.addEventListener("click", onPanelTargetClick);
|
||||
document.querySelector(".button-emon-expected-calculate")
|
||||
.addEventListener("click", emonCalculateRatios);
|
||||
document.querySelector(".button-emon-expected-apply")
|
||||
|
||||
Reference in New Issue
Block a user