mirror of https://github.com/sbt/sbt.git
Merge pull request #36 from alexarchambault/topic/fix
Workaround for loading of javascript resources from github
This commit is contained in:
commit
38378a9735
|
|
@ -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