accessKey
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 9 Jun 2004 15:49:59 +0000 (15:49 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 9 Jun 2004 15:49:59 +0000 (15:49 +0000)
stylesheets/wikibits.js

index 6a45333..3020603 100644 (file)
@@ -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 = '';