From: Gabriel Wicke Date: Wed, 9 Jun 2004 15:49:59 +0000 (+0000) Subject: accessKey X-Git-Tag: 1.5.0alpha1~2968 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=2afccf87f4b074fe41109b97144ed22ddae9e508;p=lhc%2Fweb%2Fwiklou.git accessKey --- 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 = '';