diff options
author | Devaev Maxim <[email protected]> | 2020-08-16 10:35:29 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-08-16 10:35:29 +0300 |
commit | 8c400299562d4101a9a953b85f7e01744f14d005 (patch) | |
tree | 551772cc291fec2cad18666f24fe893f475d4474 /web/kvm/window-about.pug | |
parent | 2f069dbf91862d2003782ea26e158ba2c4a42d3a (diff) |
Fixed pikvm/pikvm#38: Closeable stream window
Diffstat (limited to 'web/kvm/window-about.pug')
-rw-r--r-- | web/kvm/window-about.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 6304096e..b22d5a96 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -9,7 +9,7 @@ mixin about_tab(name, title, checked=false) else span(class="code-comment") No data -+window("about-window", "About", true, false) ++window("about-window", "About", false) div(id="about") table tr |