From 2afccf87f4b074fe41109b97144ed22ddae9e508 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 9 Jun 2004 15:49:59 +0000 Subject: [PATCH] accessKey --- stylesheets/wikibits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/wikibits.js b/stylesheets/wikibits.js index 6a45333e77..3020603b9a 100644 --- a/stylesheets/wikibits.js +++ b/stylesheets/wikibits.js @@ -370,7 +370,7 @@ function akeytt() { a = n.childNodes[0]; if(a){ if(ta[id][0].length > 0) { - a.accesskey = ta[id][0]; + a.accessKey = ta[id][0]; ak = ' ['+pref+ta[id][0]+']'; } else { ak = ''; -- 2.20.1