bug #1231804, query windows does not open in new window

This commit is contained in:
Marc Delisle
2005-07-10 12:45:11 +00:00
parent 0395809510
commit 2456176f21
2 changed files with 3 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ function open_querywindow(url) {
}
if (!querywindow.opener) {
querywindow.opener = self;
querywindow.opener = blank;
}
if (window.focus) {