Clientlib is pulled in twice
I've taken the adhocassetshare folder from /libs and made a copy inside /apps so that I now have " apps/dam/gui/components/admin/adhocassetshare "
Inside of /apps/dam/gui/components/admin/adhocassetshare/clientlibs/landingpage/js/landingpage.js I put console.log('test'); inside the first few lines, like so:
(function (document, $) { "use strict"; console.log('test'); function createModal(modalId, modalHeader) {
When I view the browser console, I see two "tests", one from shareembedded.js:93229, and another from shareembedded.js:93473
For some reason, this file appears to be included twice. Is there any way I can find the cause and stop this from happening?
