Skip to content

Commit

Permalink
Merge pull request #5 from phofmann-trust/patch-2
Browse files Browse the repository at this point in the history
Use protocol-relative URL for d3.min.js
  • Loading branch information
koriym committed Apr 21, 2016
2 parents 7952526 + b25fa91 commit 1f8181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</style>
<body></body>
<script src="http://koriym.github.io/print_o/d3/3.4.13/d3.min.js"></script>
<script src="//koriym.github.io/print_o/d3/3.4.13/d3.min.js"></script>
<script>
var list = {$list};
var width = window.innerWidth, height = window.innerHeight;
Expand Down

2 comments on commit 1f8181b

@Oxicode
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola, veo el commit pero no cuando uso composer sigue sin salir el cambio.

@Oxicode
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.