hello
checking with google page insight i saw that the jux megamenu is using jquery-ui from the code.jquery.com website that is sometime very slow!
is it possible to get it from local directory as the other javascripts.
line 68 of mod_jux_megamenu.php : $document->addScript('
code.jquery.com/ui/1.12.1/jquery-ui.js
');
to have a file like JUri::base(true).'/modules/mod_jux_megamenu/assets/js/jquery-ui.js
or is it possible to remove it when not needed