Index: lams_central/web/common.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/Attic/common.js,v diff -u -r1.1 -r1.2 --- lams_central/web/common.js 27 Jul 2005 04:24:36 -0000 1.1 +++ lams_central/web/common.js 8 Aug 2005 01:29:53 -0000 1.2 @@ -4,7 +4,7 @@ /** * Launches the popup window for the instruction files */ - function launchInstructionsPopup(url, formName, fieldName, type) { + function launchInstructionsPopup(url) { // add the mac test back in when we have the platform detection working. // if(mac){ // window.open(url,'instructions','resizable,width=796,height=570,scrollbars');