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