Page preload
// Login function CYLoginFct = function() { CYLoadPage('login'); // Default: no login, direct page access //CYLogin('MyUsername'); //CYLoadPage(cyDefaultPage); // Pages preloading CYLoadPage('cyjsui', 'dummy'); CYLoadPage('cyjstables', 'dummy'); CYLoadPage('cyjscalendar', 'dummy'); CYLoadPage('cyjscrm', 'dummy'); CYLoadPage('myfirstpage', 'dummy'); };