CLOUDSTACK-9194: Making the console popup window resizable in IE to make sure the focus is not lost.

This commit is contained in:
Anshul Gangwar 2015-05-08 15:59:54 +05:30
parent 7e12ebf280
commit e985db9057

View File

@ -301,7 +301,7 @@
}), }),
// Window options // Window options
'menubar=0,resizable=0,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height 'menubar=0,resizable=1,' + 'width=' + externalLinkAction.width + ',' + 'height=' + externalLinkAction.height
); );
} else { } else {
notification.desc = messages.notification(messageArgs); notification.desc = messages.notification(messageArgs);