mobz / elasticsearch-head

A web front end for an elastic search cluster
http://mobz.github.io/elasticsearch-head/
Other
9.38k stars 2.02k forks source link

Unable to load in Brave browser #444

Closed inacionery closed 3 years ago

inacionery commented 3 years ago

An exception is thrown at the console:

app.js:4242 Uncaught TypeError: this.statEl.text(...).css is not a function at Class.init (app.js:4242) at new Class (app.js:265) at Class.init (app.js:4406) at Class.prototype.<computed> [as init] (app.js:281) at new Class (app.js:265) at window.onload ((index):21)

inacionery commented 3 years ago

Pull request sent to https://github.com/mobz/elasticsearch-head/pull/445

philipskokoh commented 3 years ago

I have merged the PR. You can check again the latest code. Thanks!

inacionery commented 3 years ago

Issue fixed, thanks!