Update Signup Tool To Use the includeLatestJQuery pattern
GENERAL
TESTING
GENERAL
TESTING
Description
The signup tool has a strange pattern of loading jQuery and then calling jQuery.noConflict() which confuses the portal code when signup is inlined. The solution is simply to remove the noConflict() calls and switch to using the PortalUtils bean to include the latest JQuery like all the other tools.
The signup tool has a strange pattern of loading jQuery and then calling jQuery.noConflict() which confuses the portal code when signup is inlined. The solution is simply to remove the noConflict() calls and switch to using the PortalUtils bean to include the latest JQuery like all the other tools.