The only place I've found
prism.js stored is within
/media/com_easydiscuss/scripts/site/vendors/. I've tried removing the file and it still loads.
I can't figure out where this is referencing the file or if it's actually being stored in the database. I've tried clearing Joomla and browser cache.
<?php if ($this->config->get('main_syntax_highlighter')) { ?>
// Prism support
ed.require(['site/vendors/prism'], function() {
Prism.highlightAll();
});
<?php } ?>