spring-cloud-netflix-hystrix-dashboard 2.2.3.RELEASE jquery 3.4.1 version is too high
Opened this issue · 3 comments
tomxwd commented
Uncaught TypeError: e.indexOf is not a function
at k.fn.init.k.fn.load (jquery.min.js:formatted:3981)
at monitor?stream=xxxxxxxhystrix.stream:110
templates/hystrix/monitor.ftlh#
$(window).load(function(){...}); ==> $(window).on('load',function(){...});
leithda commented
How?I've got this problem
tomxwd commented
How?I've got this problem
降个版本就可以了 只有最新版更新了jquery版本
leithda commented
嗯,发现了,最新版的有问题~