Subject: | Duplicate prototype/scriptaculous |
The hard-coded paths for prototype and scriptaculous aren't necessary in html/Callbacks/RTx-
EmailCompletion/Elements/Header/Head for RT 3.8 and higher:
<script src="<%$RT::WebPath%>/NoAuth/js/prototype.js" type="text/javascript"></script>
<script src="<%$RT::WebPath%>/NoAuth/js/scriptaculous.js?load=effects,controls"
type="text/javascript"></script>
I simply removed this but Makefile.PL should probably do something smart to avoid generating
duplicate script loads.