Seems EB has sort of tried to replace "JQuery" with "EasyBlog" but my page display is broken with the following message in the JS console triggered wherever there is "EasyBlog": Uncaught ReferenceError: EasyBlog is not defined. An example trigger is "EasyBlog.ready(function($) {...}" in the entry view.
Another JS error is "Cannot read property 'environment' of undefined" triggered by "environment: window.eb.environment" in site-5.1.8-basic.min.js.
Any pointers? For the first one, it would seem a js file that should be loaded before is not.
BTW, a few constants/defines are missing in EB (haven't checked ED yet). Seems to be perennial issue as in
https://stackideas.com/forums/bug-mod-easydiscuss-similar-discussions-undefined-constants.
Example is COM_EASYBLOG_COMPOSER_TEMPLATES_TITLE_NEWS. Seen quite a few pop up here and there