timport jQuery for prefilling the form - 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 c5cc89fbd94bdf52d570c92c8261f17bb4dcc490
(DIR) parent 14fa218cc5603bd4f6e36da437b5ef86bb219f75
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 17 Nov 2015 14:09:35 +0100
import jQuery for prefilling the form
Diffstat:
M index.php | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -25,6 +25,7 @@ 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
}