tmove JS script to end of body - 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 9b488805218e3d6227591b75dc26a9028fa1a89d
(DIR) parent d1b8cee2c328f143f2b322b7812419efa8301d2f
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 10 Nov 2015 13:31:53 +0100
move JS script to end of body
Diffstat:
M foot.html | 3 +++
M head.html | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/foot.html b/foot.html
t@@ -75,5 +75,8 @@
ga('create', 'UA-45154895-2', 'auto');
ga('send', 'pageview');
</script>
+
+ <!-- Google reCAPTCHA -->
+ <script src='https://www.google.com/recaptcha/api.js'></script>
</body>
</html>
(DIR) diff --git a/head.html b/head.html
t@@ -30,6 +30,3 @@
<link type="text/css" rel="stylesheet" href="css/materialize.css"
media="screen,projection"/>
- <!-- Google reCAPTCHA -->
- <script src='https://www.google.com/recaptcha/api.js'></script>
-