NIHVIVO-725 verify match link opens new window

This commit is contained in:
rjy7 2010-07-12 20:31:24 +00:00
parent b3ff5b645b
commit 9cec915859

View file

@ -121,7 +121,7 @@ var customForm = {
});
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;
});
},