Changeset 3520


Ignore:
Timestamp:
Oct 1, 2015, 3:05:49 PM (7 years ago)
Author:
olle
Message:

Refs #801. Refs #815. Javascript file select_dna.js in resources/libprep/ updated by change of top function name from "SelectDna" to "SelectDnaRefCode", since the code is currently not active, but left for reference during early development of the library preparation wizards. Javascript file select_dna_for_start_plate.js in resources/libprep/ is based on the former file, and currently has top function name "SelectDna". Function dnaSelected(response) in javascript file auto_select_dna.js in resources/libprep/ calls function SelectDna.dnaSelected(response) in the file, it was called from, which currently is select_dna_for_start_plate.js. The name change avoids misunderstanding of what function in what file is called from auto_select_dna.js.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.meludi/trunk/resources/libprep/select_dna.js

    r3449 r3520  
    1 var SelectDna = function()
     1var SelectDnaRefCode = function()
    22{
    33  var selectdna = {};
     
    15531553}();
    15541554
    1555 Doc.onLoad(SelectDna.initPage);
    1556 Doc.addElementInitializer(SelectDna.initElements);
     1555Doc.onLoad(SelectDnaRefCode.initPage);
     1556Doc.addElementInitializer(SelectDnaRefCode.initElements);
    15571557
    15581558
Note: See TracChangeset for help on using the changeset viewer.