tclear unused fields - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0f11de58c3ec98593563f2f9c3cdf2b667204207
 (DIR) parent fabf9b2be0637325cf10447328e98689bf57343c
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri, 20 Nov 2015 11:33:24 +0100
       
       clear unused fields
       
       Diffstat:
         M js/history-form-prefiller.js        |      10 ++++++++++
       
       1 file changed, 10 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/js/history-form-prefiller.js b/js/history-form-prefiller.js
       t@@ -10,18 +10,26 @@ var PrefillMachine = {
        
                $("#be_zobs").val("0.0");
                $("#al_zobs").val("0.0");
       +        $("#c_zobs").val("");
       +        $("#ne_zobs").val("");
        
                $("#be_conc").val("5.67e5");
                $("#al_conc").val("2.67e6");
       +        $("#c_conc").val("");
       +        $("#ne_conc").val("");
        
                $("#be_uncer").val("2.6");
                $("#al_uncer").val("4.0");
        
                $("#be_prod_spall").val("5.33");
                $("#al_prod_spall").val("31.1");
       +        $("#c_prod_spall").val("");
       +        $("#ne_prod_spall").val("");
        
                $("#be_prod_muons").val("0.106");
                $("#al_prod_muons").val("0.70");
       +        $("#c_prod_muons").val("");
       +        $("#ne_prod_muons").val("");
        
                $("#rock_density").val("2650");
        
       t@@ -51,6 +59,8 @@ var PrefillMachine2 = {
        
                $("#be_zobs").val("0.0");
                $("#al_zobs").val("0.0");
       +        $("#c_zobs").val("0.0");
       +        $("#ne_zobs").val("0.0");
        
                $("#be_conc").val("1.152e6");
                $("#al_conc").val("4.940e6");