diff options
author | Devaev Maxim <[email protected]> | 2020-12-25 05:09:52 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-12-25 05:09:52 +0300 |
commit | 3ae6f3f881b4a116f962c919af8606ba32d905db (patch) | |
tree | 74e883600db81a12706df1e741b3cfb6b8c9e74b /web/kvm/navbar-macro.pug | |
parent | dd4c797d26bdd7107bfb748c1aced677ca083af0 (diff) |
refactoring
Diffstat (limited to 'web/kvm/navbar-macro.pug')
-rw-r--r-- | web/kvm/navbar-macro.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/navbar-macro.pug b/web/kvm/navbar-macro.pug index d8b5c529..eb2f98f3 100644 --- a/web/kvm/navbar-macro.pug +++ b/web/kvm/navbar-macro.pug @@ -22,7 +22,7 @@ li(class="right") td(id="hid-recorder-events-count" class="value") 0 td #[sup #[i include delays]] hr - +menu_switch("hid-recorder-loop-checkbox", "Infinite loop playback", false, false) + +menu_switch("hid-recorder-loop-switch", "Infinite loop playback", false, false) hr input(type="file" id="hid-recorder-new-script-file") div(class="buttons buttons-row") |