Changeset 994


Ignore:
Timestamp:
Mar 25, 2009, 8:46:46 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #162: Upgrade to MeV 4.3

Fixes a problem that prevented the export window to open.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk/resources/launch_export.jsp

    r978 r994  
    8989    url += '&parameter:saveAs='+encodeURIComponent('<%=HTML.javaScriptEncode(defaultPath+defaultFileName)%>');
    9090    url += '&parameter:attachToBioAssaySet=true';
    91     Main.openPopup(url, 'CreateTDMSFile', 740, 540);
     91    Main.openPopup(url, 'CreateTDMSFile2', 740, 540);
     92    window.close();
    9293  }
    9394  </script>
Note: See TracChangeset for help on using the changeset viewer.