Changeset 1086


Ignore:
Timestamp:
May 19, 2009, 11:43:35 AM (14 years ago)
Author:
Nicklas Nordborg
Message:

References #212: Add support for exporting CGH data to MeV

Fixed a timing issue that could prevent MeV from being started.

File:
1 edited

Legend:

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

    r1083 r1086  
    1 <%-- $Id$
     1<%-- $Id: launch_mev.jsp 1083 2009-05-18 12:19:18Z nicklas $
    22  ------------------------------------------------------------------
    33  Copyright (C) 2009 Nicklas Nordborg
     
    120120    url += '&filetype=' + fileType;
    121121    window.opener.location.href = url;
    122     window.close();
     122    setTimeout('window.close()', 500);
    123123  }
    124124  function exportTdms()
Note: See TracChangeset for help on using the changeset viewer.