Index: lams_central/web/common.js =================================================================== diff -u -rd982244c98351c4369d1401b1b4b27581ac4806f -r2af33e745b18fa884dc91b88020772685f952a12 --- lams_central/web/common.js (.../common.js) (revision d982244c98351c4369d1401b1b4b27581ac4806f) +++ lams_central/web/common.js (.../common.js) (revision 2af33e745b18fa884dc91b88020772685f952a12) @@ -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');