1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

feature #2842: Auto close openvnc popup when "full screen" (openvcn console in new tab) is requested

This commit is contained in:
Daniel Molina 2014-04-22 15:32:10 +02:00
parent 4b9f9597b3
commit 9fe9ef9328

View File

@ -3357,6 +3357,10 @@ function setupVNC(){
$vnc_dialog.foundation();
$("#open_in_a_new_window", dialog).on("click", function(){
$vnc_dialog.foundation('reveal', 'close');
});
$('#sendCtrlAltDelButton',dialog).click(function(){
rfb.sendCtrlAltDel();
return false;