Skip to content

Commit d4ce53c

Browse files
committed
Fix underscore.js url
1 parent c280059 commit d4ce53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hystrix-dashboard/src/main/webapp/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Javascript to monitor and display -->
1111
<script src="./js/jquery.min.js" type="text/javascript"></script>
12-
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
12+
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
1313

1414
<script>
1515
var streams = [];

hystrix-dashboard/src/main/webapp/monitor/monitor.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<script src="../js/jquery.min.js" type="text/javascript"></script>
1919
<script type="text/javascript" src="../js/jquery.tinysort.min.js"></script>
2020
<script type="text/javascript" src="../js/tmpl.js"></script>
21-
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
21+
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
2222

2323
<!-- HystrixCommand -->
2424
<script type="text/javascript" src="../components/hystrixCommand/hystrixCommand.js"></script>

0 commit comments

Comments
 (0)