cosmo

Front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log | Files | Refs | README | LICENSE

commit cfd2a08b947390a8723f76871cd28b790c7333b6
parent 7dcf21efae6e30a81318f6708f249508250e7112
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:
Mjs/history-form-prefiller.js | 4++--
Mpages/history.html | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/js/history-form-prefiller.js b/js/history-form-prefiller.js @@ -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"); diff --git a/pages/history.html b/pages/history.html @@ -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>