taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 376685a94d72aef587ae56a11514dc2761664dc9
parent 76779a204a64dea856f1df872483e9a582a68851
Author: Julian Kirsch <kirschju@sec.in.tum.de>
Date:   Tue, 18 Nov 2014 22:07:45 +0100

fix

Diffstat:
Mlang.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang.js b/lang.js @@ -45,7 +45,7 @@ function loadLang() function activate_menu() { - b = document.getElementsByClassname("m_" + document.URL.replace(/^.*(\\|\/|\:)/, '').split('.')[0]) + b = document.getElementsByClassName("m_" + document.URL.replace(/^.*(\\|\/|\:)/, '').split('.')[0]) for (i = 0; i < b.length(); i++) b.setAttribute('class', 'active'); }