Workaround for loading of javascript resources from github

Fixes https://github.com/alexarchambault/coursier/issues/35
This commit is contained in:
Alexandre Archambault 2015-06-20 01:01:24 +02:00
parent e23281af2c
commit 2ea45e9269
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@
<script type="text/javascript" src="web-jsdeps.js"></script>
<script type="text/javascript" src="web-fastopt.js"></script>
<script type="text/javascript" src="https://raw.githubusercontent.com/strathausen/dracula/26010eb3b0df037cf507886897e20c02c4ec041b/lib/dracula_graph.js"></script>
<script type="text/javascript" src="https://raw.githubusercontent.com/strathausen/dracula/26010eb3b0df037cf507886897e20c02c4ec041b/lib/dracula_graffle.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/strathausen/dracula/26010eb3b0df037cf507886897e20c02c4ec041b/lib/dracula_graph.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/strathausen/dracula/26010eb3b0df037cf507886897e20c02c4ec041b/lib/dracula_graffle.js"></script>
<script>
// From http://www.bootply.com/VQqzOawoYc