.
This commit is contained in:
@@ -365,7 +365,7 @@ function keyDownHandler(e) {
|
||||
|
||||
|
||||
function create_popup_window(url, title) {
|
||||
newwindow=window.open(url,title,'height=600,width=500');
|
||||
newwindow=window.open(url,title,'height=800,width=600');
|
||||
if (window.focus) {newwindow.focus()}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user