refactoring

This commit is contained in:
Devaev Maxim
2021-02-07 23:26:50 +03:00
parent 365d8e9fef
commit 711816bd26
2 changed files with 3 additions and 5 deletions

View File

@@ -40,11 +40,11 @@ export function Atx() {
["atx-power-button", "power", "Are you sure you want to press the power button?"],
["atx-power-button-long", "power_long", `
Are you sure you want to long press the power button?<br>
(Warning! This could cause data loss on the server.)
Warning! This could cause data loss on the server.
`],
["atx-reset-button", "reset", `
Are you sure you want to press the reset button?<br>
(Warning! This could case data loss on the server.)
Warning! This could case data loss on the server.
`],
]) {
tools.setOnClick($(args[0]), () => __clickButton(args[1], args[2]));