commit 94245ac76f44f8c32e0f4541cccc3319f01bb101 parent 5d1e29420e26e8524e8bcc0c2a5d8fda1c4eff55 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 18 Nov 2014 19:41:53 +0100 dead Diffstat:
| M | lang.js | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lang.js b/lang.js @@ -38,5 +38,3 @@ function loadLang() if (l == 'null') l = get_default_lang(); setLang(l); } - -window.onload = loadLang;