bug #1231804, query windows does not open in new window
This commit is contained in:
@@ -69,7 +69,7 @@ function open_querywindow(url) {
|
||||
}
|
||||
|
||||
if (!querywindow.opener) {
|
||||
querywindow.opener = self;
|
||||
querywindow.opener = blank;
|
||||
}
|
||||
|
||||
if (window.focus) {
|
||||
|
Reference in New Issue
Block a user