mirror of https://github.com/sbt/sbt.git
Workaround for loading of javascript resources from github
Fixes https://github.com/alexarchambault/coursier/issues/35
This commit is contained in:
parent
e23281af2c
commit
2ea45e9269
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue