=== modified file 'dhis-2/dhis-web/dhis-web-portal/src/main/webapp/dhis-web-portal/redirect.vm' --- dhis-2/dhis-web/dhis-web-portal/src/main/webapp/dhis-web-portal/redirect.vm 2010-08-25 19:53:05 +0000 +++ dhis-2/dhis-web/dhis-web-portal/src/main/webapp/dhis-web-portal/redirect.vm 2010-12-13 14:00:57 +0000 @@ -3,7 +3,7 @@ function redirect() { #if ( $startModule && $auth.hasAccess( $startModule, "index" ) ) - window.location.href = "../${startModule}/index.action";jy + window.location.href = "../${startModule}/index.action"; #else window.location.href = "intro.action"; #end