diff --git a/WebRoot/public/launchZCS.jsp b/WebRoot/public/launchZCS.jsp index dc36cc26b1..e3906b4048 100644 --- a/WebRoot/public/launchZCS.jsp +++ b/WebRoot/public/launchZCS.jsp @@ -323,13 +323,13 @@ } } function switchToStandardClient() { - document.location = window.appContextPath + "/?client=standard"; + document.location = window.appContextPath + "/?client=modern"; } killSplashScreenSwitch(); enforceMinDisplay = ${enforceMinDisplay ne 'FALSE'}; - unsupported = (screen && (screen.width <= 800 && screen.height <= 600) && !${isOfflineMode}) || (AjxEnv.isSafari && !AjxEnv.isSafari4up); + unsupported = (screen && (screen.width <= 800 && screen.height <= 600)) || (AjxEnv.isSafari && !AjxEnv.isSafari4up); if (enforceMinDisplay && unsupported) { switchToStandardClient(); }