Mercurial > hg > webaudioevaluationtool
diff index.html @ 2901:4028cf5afef1
Fix rogue showdown
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 19 Jul 2017 14:10:22 +0100 |
parents | 231d2186f3fc |
children | 81f17b7bfe82 |
line wrap: on
line diff
--- a/index.html Fri Jul 14 15:39:24 2017 +0100 +++ b/index.html Wed Jul 19 14:10:22 2017 +0100 @@ -17,7 +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/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>