tupdate prefiller to one depth - 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 0a557ea166cc6b7cd4b9b5e72cf8a390f113351c
 (DIR) parent afd613d6833aa6534f0739d58e684e1eff30fe69
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue,  1 Dec 2015 11:28:48 +0100
       
       update prefiller to one depth
       
       Diffstat:
         M js/history-form-prefiller.js        |      10 ++--------
       
       1 file changed, 2 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/js/history-form-prefiller.js b/js/history-form-prefiller.js
       t@@ -8,10 +8,7 @@ var PrefillMachine = {
                $("#lat").val("56.08");
                $("#long").val("10.11");
        
       -        $("#be_zobs").val("0.0");
       -        $("#al_zobs").val("0.0");
       -        $("#c_zobs").val("");
       -        $("#ne_zobs").val("");
       +        $("#zobs").val("0.0");
        
                $("#be_conc").val("5.67e5");
                $("#al_conc").val("2.67e6");
       t@@ -57,10 +54,7 @@ var PrefillMachine2 = {
                $("#lat").val("56.08");
                $("#long").val("10.11");
        
       -        $("#be_zobs").val("0.0");
       -        $("#al_zobs").val("0.0");
       -        $("#c_zobs").val("0.0");
       -        $("#ne_zobs").val("0.0");
       +        $("#zobs").val("0.0");
        
                $("#be_conc").val("1.152e6");
                $("#al_conc").val("4.940e6");