tfix lat and long variable names, make sample_id active - 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 cfd2a08b947390a8723f76871cd28b790c7333b6
 (DIR) parent 7dcf21efae6e30a81318f6708f249508250e7112
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 17 Nov 2015 14:46:02 +0100
       
       fix lat and long variable names, make sample_id active
       
       Diffstat:
         M js/history-form-prefiller.js        |       4 ++--
         M pages/history.html                  |       2 +-
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/js/history-form-prefiller.js b/js/history-form-prefiller.js
       t@@ -5,8 +5,8 @@ var PrefillMachine = {
                $("#name").val("John Doe");
                $("#email").val("john@doe.com");
        
       -        $("#latitude").val("56.08");
       -        $("#longitude").val("10.11");
       +        $("#lat").val("56.08");
       +        $("#long").val("10.11");
        
                $("#be_zobs").val("0.0");
                $("#al_zobs").val("0.0");
 (DIR) diff --git a/pages/history.html b/pages/history.html
       t@@ -48,7 +48,7 @@
                                        'characters are accepted',
                                        5000)">info_outline</i></a>
                                <input placeholder="" id="sample_id" name="sample_id"
       -                        type="text" class="validate" required>
       +                        type="text" class="validate active" required>
                                <label for="sample_id">Sample ID
                                    <small>Required</small> </label>
                            </div>