commit 76779a204a64dea856f1df872483e9a582a68851 parent daa007281d7e0099199e3449a67473d92eaf7a3d Author: Julian Kirsch <kirschju@sec.in.tum.de> Date: Tue, 18 Nov 2014 22:06:23 +0100 Fix Diffstat:
| M | lang.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.getElementsByClass("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'); }