Increase popup window width for better content display
This commit is contained in:
@@ -768,7 +768,7 @@ window.setUpDicom = setUpDicom3d;
|
||||
|
||||
|
||||
function create_popup_window(url, title) {
|
||||
newwindow = window.open(url, title, 'height=800,width=600');
|
||||
newwindow = window.open(url, title, 'height=800,width=800');
|
||||
if (window.focus) {
|
||||
newwindow.focus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user