Mercurial > hg > webaudioevaluationtool
diff index.html @ 2645:130ae66c3b25
First work on #9. Using showdown-js (https://github.com/showdownjs/showdown)
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 19 Jan 2017 15:46:17 +0000 |
parents | 52e51b15f808 |
children | dae4f650193b 56e72cd18404 |
line wrap: on
line diff
--- a/index.html Thu Jan 19 15:38:14 2017 +0000 +++ b/index.html Thu Jan 19 15:46:17 2017 +0000 @@ -17,6 +17,7 @@ <link rel='stylesheet' type='text/css' href='css/core.css'> <!-- Use jQuery hosted from Google CDN --> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> + <script type="text/javascript" src="https://cdn.rawgit.com/showdownjs/showdown/1.6.0/dist/showdown.min.js"></script> <script type="text/javascript" src="js/jquery-2.1.4.js"></script> <script type="text/javascript" src="js/loader.js"></script> </head> @@ -43,9 +44,7 @@ </div> <div id="popupHolder" class="popupHolder" style="visibility: hidden"> <div id="popupContent"> - <div id="popupTitleHolder"> - <span id="popupTitle"></span> - </div> + <div id="popupTitleHolder"></div> <div id="popupResponse"></div> </div> <button id="popup-proceed" class="popupButton">Next</button>