/* CR#1796870 modify by v-yangwu, add a js file to control the page controls. */ $(document).ready(function () { $('#radioExtranet').on('click', function () { showProjectInformation() }); $('#radioCorp').on('click', function () { hideProjectInformati…