Ignore:
Timestamp:
May 14, 2013, 3:51:42 PM (10 years ago)
Author:
Nicklas Nordborg
Message:

References #479: Generate lab protocol for pooling and flow cell preparation

Do not show form until information about pools have been loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/resources/libprep/pool_protocol.jsp

    r1965 r1973  
    8787    if (plateList.length > 1) plateList.selectedIndex = 1;
    8888    bioplateOnChange();
     89    Main.show('step.1.section');
    8990    Main.show('gocreate');
    9091  }
     
    216217  <input type="hidden" name="view" value="list">
    217218 
     219  <div id="step.1.section" style="display: none;">
    218220  <table class="stepform">
    219221  <tr>
     
    266268  </tr>
    267269  </table>
     270  </div>
    268271 
    269272  <div class="loading" id="loading" style="display: none;"><table><tr><td><img src="../images/loading.gif"></td><td id="loading.msg">Please wait...</td></tr></table></div>
Note: See TracChangeset for help on using the changeset viewer.