Hi,
Am 26.01.2012 um 12:03 schrieb [email protected]:
> - private static final String COOKIE_LOCALE = "felix.webconsole.locale";
> //$NON-NLS-1$
> + private static final String COOKIE_LOCALE = "felix-webconsole-locale";
> //$NON-NLS-1$
Sorry, missed that ...
> @@ -289,7 +290,7 @@ function setCookie( /* String */name, /*
> * @param name The name of the cookie
> */
> /* String */ function getCookie(/*String */name) {
> - $.cookies.get("felix-webconsole-" + name);
> + return $.cookies.get("felix-webconsole-" + name);
> }
Argh ! Stupid me !! Thanks for fixing.
Regards
Felix