taler-www

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

commit fe99542705f46dd8f8b07152702c67976281347c
parent 376685a94d72aef587ae56a11514dc2761664dc9
Author: Julian Kirsch <kirschju@sec.in.tum.de>
Date:   Tue, 18 Nov 2014 22:10:11 +0100

Did I say that I hate JS?

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

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