looking for another way to link files instead of with the aLoader on the _edgePreload.js Page
The CMS I am using is not loading the filing files:
aLoader = [
{ load: "jquery-1.7.1.min.js"},
{ load: "edge.2.0.1.min.js"},
{ load: "coachingEssentialsTug_edge.js"},
{ load: "coachingEssentialsTug_edgeActions.js"}];
I have checked just changing the file path and this is not the issue. Is there a way I can circumnavigate the aLoader and load the 4 above pages another way?