File tree 2 files changed +2
-2
lines changed
hystrix-dashboard/src/main/webapp
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<!-- Javascript to monitor and display -->
11
11
< 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 >
13
13
14
14
< script >
15
15
var streams = [ ] ;
Original file line number Diff line number Diff line change 18
18
< script src ="../js/jquery.min.js " type ="text/javascript "> </ script >
19
19
< script type ="text/javascript " src ="../js/jquery.tinysort.min.js "> </ script >
20
20
< 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 >
22
22
23
23
<!-- HystrixCommand -->
24
24
< script type ="text/javascript " src ="../components/hystrixCommand/hystrixCommand.js "> </ script >
You can’t perform that action at this time.
0 commit comments