You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Felix Meschberger <fm...@adobe.com> on 2012/01/26 12:47:15 UTC

Re: svn commit: r1236136 - in /felix/trunk/webconsole/src/main: java/org/apache/felix/webconsole/internal/servlet/OsgiManager.java resources/res/lib/support.js

Hi,

Am 26.01.2012 um 12:03 schrieb vvalchev@apache.org:

> -    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