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 63c4c1f78689ee65d1e5d3c499ebd98d695bbefe
parent 8956fdc999975f283ec8666e576e0d11544c6365
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 20 Nov 2015 11:27:37 +0100

add prefiller call to end of js file

Diffstat:
Mjs/history-form-prefiller.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/history-form-prefiller.js b/js/history-form-prefiller.js @@ -88,4 +88,4 @@ var PrefillMachine = { } // run the prefiller -//PrefillMachine.prefillCorrectly(); +PrefillMachine.prefillCorrectly();