From 9cec915859040614051c9b833a4abadd688a1a91 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Mon, 12 Jul 2010 20:31:24 +0000 Subject: [PATCH] NIHVIVO-725 verify match link opens new window --- productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js b/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js index b462d508..5ce3a4fd 100644 --- a/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js +++ b/productMods/edit/forms/js/customFormWithAdvanceTypeSelection.js @@ -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; }); },