Skip to content

Commit

Permalink
cistrans: jquery-ui needs https:// rather than http://
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Aug 1, 2014
1 parent 4d30770 commit 6766428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cistrans/index.html
Expand Up @@ -5,9 +5,9 @@
<title>Interactive cis-trans eQTL plot</title>
<link rel=stylesheet type="text/css" href="cistrans.css">
<script charset="utf-8" type="text/javascript" src="d3.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script type="text/javascript" src="jquery.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="https://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script type="text/javascript" src="d3.tip.old.js"></script>
</head>

Expand Down

0 comments on commit 6766428

Please sign in to comment.