diff options
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index dc083600..1b45571e 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -1,8 +1,4 @@ -- let confirm_msg = "Do you want to close the stream? This action will temporarily stop<br>"; -- confirm_msg += "the video transmission until you open the broadcast again.<br>"; -- confirm_msg += "This can be useful for saving traffic."; - -div(id="stream-window" class="window window-resizable" data-close-confirm=confirm_msg data-show-by-button="show-stream-button") +div(id="stream-window" class="window window-resizable" data-show-by-button="show-stream-button") div(id="stream-window-header" class="window-header") div(class="window-grab") Stream button(class="window-button-close") × |