Author: jleroux Date: Sun Dec 9 10:42:13 2012 New Revision: 1418891 URL: http://svn.apache.org/viewvc?rev=1418891&view=rev Log: Fixes minor issues, those vars don't exist, does not seem a pb, just comment out lines in case
Modified: ofbiz/branches/webhelp-2012-12-07/framework/images/webapp/images/fieldlookup.js Modified: ofbiz/branches/webhelp-2012-12-07/framework/images/webapp/images/fieldlookup.js URL: http://svn.apache.org/viewvc/ofbiz/branches/webhelp-2012-12-07/framework/images/webapp/images/fieldlookup.js?rev=1418891&r1=1418890&r2=1418891&view=diff ============================================================================== --- ofbiz/branches/webhelp-2012-12-07/framework/images/webapp/images/fieldlookup.js (original) +++ ofbiz/branches/webhelp-2012-12-07/framework/images/webapp/images/fieldlookup.js Sun Dec 9 10:42:13 2012 @@ -87,8 +87,8 @@ function lookup_help(serverroot, viewNam var toolbar = "toolbar=yes"; var scrollbars = "scrollbars=yes" window.open(url, windowName, 'resizable,menubar,toolbar,scrollbars,width=750,height=750,left=0,top=0'); - event.preventDefault(); - helpWindow.focus(); + //event.preventDefault(); + //helpWindow.focus(); }