tchange example button text - 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 49db9a8ba6481700cf931ae9a8584aaccf5198b5
 (DIR) parent 262851997e434ded9a92292e731c6eb8b6f19219
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri, 20 Nov 2015 11:21:29 +0100
       
       change example button text
       
       Diffstat:
         M pages/history.html                  |       7 +++----
       
       1 file changed, 3 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/pages/history.html b/pages/history.html
       t@@ -21,14 +21,13 @@
                <div class="row center">
                    <div class="col s12 m12">
                        <input class="waves-effect waves-light btn"
       -                       id="prefill" type="button" value="Load 10Be & 26Al
       -                                                  example data"
       +                       id="prefill" type="button" value="Load 2 isotope example"
                                        onclick="PrefillMachine.prefill2isotopes();">
                    </div>
       +            <br>
                    <div class="col s12 m12">
                        <input class="waves-effect waves-light btn"
       -                       id="prefill" type="button" value="Load 10Be, 26Al, 14C &
       -                       21Ne example data"
       +                       id="prefill" type="button" value="Load 4 isotope example"
                                        onclick="PrefillMachine.prefill4isotopes();">
                    </div>
                </div>