talways load jQuery and prefill function - 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 39c2ed9a742e67d7db5ab6f43da937c7a4fc2c9b
 (DIR) parent 8eb95198a494afd9fc915480b2d91575a965e041
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 17 Nov 2015 14:39:54 +0100
       
       always load jQuery and prefill function
       
       Diffstat:
         M index.php                           |       3 ---
         M pages/front.html                    |      13 +------------
       
       2 files changed, 1 insertion(+), 15 deletions(-)
       ---
 (DIR) diff --git a/index.php b/index.php
       t@@ -23,12 +23,9 @@ if ($_POST["g-recaptcha-response"]) {
        // include top of html template
        include('head.html');
        
       -if (isset($_GET['example']) && $_GET['example'] == 1) {
        ?>
                <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
                <script type="text/javascript" src="js/history-form-prefiller.js"></script>
       -<?php
       -}
        
        if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
        
 (DIR) diff --git a/pages/front.html b/pages/front.html
       t@@ -10,19 +10,8 @@
                        cosmogenic nuclide concentrations with
                        statistical methods and uncertainty quantification
                </h5> </div>
       -        <div class="row center">
        
       -            <div class="col s12 m12">
       -                <a href="/?example=1#/history"
       -                    class="btn-large waves-effect waves-light orange">
       -                    <i class="material-icons left">schedule</i>
       -                    Calculate <b>Exposure and erosion history</b>, Example</a>
       -                <br>
       -            </div>
       -
       -        </div>
                <div class="row center">
       -
                    <div class="col s12 m12">
                        <a href="#/history"
                            class="btn-large waves-effect waves-light orange">
       t@@ -30,8 +19,8 @@
                            Calculate <b>Exposure and erosion history</b></a>
                        <br>
                    </div>
       -
                </div>
       +
                <!--
                <div class="row center">