| trun init.js at the very end - cosmo - front and backend for Markov-Chain Monte… | |
| git clone git://src.adamsgaard.dk/cosmo | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 07205055a47f12adaf6410c4eeecd0b7a0056afa | |
| parent 7ef03c12cfb95779acc222069058174bdc4699e8 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Wed, 12 Aug 2015 21:37:31 +0200 | |
| run init.js at the very end | |
| Diffstat: | |
| M index.html | 2 +- | |
| M pages/history.html | 2 ++ | |
| 2 files changed, 3 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/index.html b/index.html | |
| t@@ -117,11 +117,11 @@ | |
| <script type="text/javascript" | |
| src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | |
| <script type="text/javascript" src="js/materialize.min.js"></script> | |
| - <script type="text/javascript" src="js/init.js"></script> | |
| <script type="text/javascript" | |
| src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular… | |
| <script type="text/javascript" | |
| src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular… | |
| <script type="text/javascript" src="js/routing.js"></script> | |
| + <script type="text/javascript" src="js/init.js"></script> | |
| </body> | |
| </html> | |
| diff --git a/pages/history.html b/pages/history.html | |
| t@@ -9,6 +9,7 @@ | |
| <div class="row"> | |
| <!-- method: GET or POST --> | |
| <form class="col s12" action="#/exposure-age" method="GET"> | |
| + | |
| <div class="row"> | |
| <b>General information</b><br> | |
| <div class="input-field col s6"> | |
| t@@ -140,6 +141,7 @@ | |
| <b>To verify that this is not an automated request, please | |
| select the relevant meaning of the acronym TCN</b><br> | |
| <div class="input-field col s12"> | |
| + <!--<select class="browser-default">--> | |
| <select> | |
| <option value="" disabled selected>Choose an optio… | |
| <option value="1">The Comedy Network</option> |