NIHVIVO-725 verify match link opens new window
This commit is contained in:
parent
b3ff5b645b
commit
9cec915859
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ var customForm = {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.verifyMatch.click(function() {
|
this.verifyMatch.click(function() {
|
||||||
Window.open($(this).attr('href'), 'verifyMatchWindow', 'width=640,height=640,scrollbars=yes,resizable=yes,status=yes,toolbar=no,menubar=no,location=no');
|
window.open($(this).attr('href'), 'verifyMatchWindow', 'width=640,height=640,scrollbars=yes,resizable=yes,status=yes,toolbar=no,menubar=no,location=no');
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue